docs: consistent newline of first line in command output

This commit is contained in:
albertony
2024-08-15 18:26:34 +02:00
parent ae9960a4ed
commit 482bfae8fa
48 changed files with 62 additions and 117 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ var commandDefinition = &cobra.Command{
Use: "move source:path dest:path",
Short: `Move files from source to dest.`,
// Warning! "|" will be replaced by backticks below
Long: strings.ReplaceAll(`
Moves the contents of the source directory to the destination
Long: strings.ReplaceAll(`Moves the contents of the source directory to the destination
directory. Rclone will error if the source and destination overlap and
the remote does not support a server-side directory move operation.