mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: make command docs titles be one higher
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2020-05-18T10:38:09+01:00
|
||||
date: 2020-05-22T09:52:00+01:00
|
||||
title: "rclone copyurl"
|
||||
description: "Copy url content to dest."
|
||||
slug: rclone_copyurl
|
||||
url: /commands/rclone_copyurl/
|
||||
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/copyurl/ and as part of making a release run "make commanddocs"
|
||||
---
|
||||
## rclone copyurl
|
||||
# rclone copyurl
|
||||
|
||||
Copy url content to dest.
|
||||
|
||||
### Synopsis
|
||||
## Synopsis
|
||||
|
||||
|
||||
Download a URL's content and copy it to the destination without saving
|
||||
@@ -31,7 +31,7 @@ output to be written to standard output.
|
||||
rclone copyurl https://example.com dest:path [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
## Options
|
||||
|
||||
```
|
||||
-a, --auto-filename Get the file name from the URL and use it for destination file path
|
||||
@@ -42,7 +42,7 @@ rclone copyurl https://example.com dest:path [flags]
|
||||
|
||||
See the [global flags page](/flags/) for global options not listed here.
|
||||
|
||||
### SEE ALSO
|
||||
## SEE ALSO
|
||||
|
||||
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user