From 1a55ea17bf89bf0906a47a7bee55e40797636690 Mon Sep 17 00:00:00 2001 From: happysnaker <73147033+happysnaker@users.noreply.github.com> Date: Tue, 30 Jun 2026 01:19:49 +0800 Subject: [PATCH] docs: clarify copyto command description - Fixes #9527 (cherry picked from commit 8ac978c2696ad89a13508c3a9222f3a4673f57d8) --- cmd/copyto/copyto.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/copyto/copyto.go b/cmd/copyto/copyto.go index ea38819e3..968909c99 100644 --- a/cmd/copyto/copyto.go +++ b/cmd/copyto/copyto.go @@ -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