mirror of
https://github.com/rclone/rclone.git
synced 2026-07-12 16:55:58 -04:00
docs: clarify copyto command description - Fixes #9527
(cherry picked from commit 8ac978c269)
This commit is contained in:
committed by
Nick Craig-Wood
parent
f0b43b59b4
commit
1a55ea17bf
@@ -29,8 +29,9 @@ var commandDefinition = &cobra.Command{
|
||||
Long: `If source:path is a file or directory then it copies it to a file or
|
||||
directory named dest:path.
|
||||
|
||||
This can be used to upload single files to other than their current
|
||||
name. If the source is a directory then it acts exactly like the
|
||||
This can be used to copy a single file to a destination with a name
|
||||
different from its source - for example, uploading and renaming in one
|
||||
step. If the source is a directory then it acts exactly like the
|
||||
[copy](/commands/rclone_copy/) command.
|
||||
|
||||
So
|
||||
|
||||
Reference in New Issue
Block a user