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-03 13:12:54 +01:00
committed by Nick Craig-Wood
parent e2426ea87b
commit c3d1474eb9
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ func init() {
var commandDefinition = &cobra.Command{
Use: "cleanup remote:path",
Short: `Clean up the remote if possible`,
Short: `Clean up the remote if possible.`,
Long: `
Clean up the remote if possible. Empty the trash or delete old file
versions. Not supported by all remotes.