docs: Add full stops for consistency in rclone --help

closes #4560 closes #4561 closes #4562 closes #4563 closes #4564
This commit is contained in:
edwardxml
2020-09-08 16:26:09 +01:00
committed by Nick Craig-Wood
parent e2426ea87b
commit c3d1474eb9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func init() {
var commandDefinition = &cobra.Command{
Use: "copy source:path dest:path",
Short: `Copy files from source to dest, skipping already copied`,
Short: `Copy files from source to dest, skipping already copied.`,
Long: `
Copy the source to the destination. Doesn't transfer
unchanged files, testing by size and modification time or