From c3d1474eb944f500bf26a494b92238a6751c64b0 Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Thu, 3 Sep 2020 13:12:54 +0100 Subject: [PATCH] docs: Add full stops for consistency in rclone --help closes #4560 closes #4561 closes #4562 closes #4563 closes #4564 --- cmd/cleanup/cleanup.go | 2 +- cmd/copy/copy.go | 2 +- cmd/copyto/copyto.go | 2 +- cmd/lsf/lsf.go | 2 +- cmd/obscure/obscure.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/cleanup/cleanup.go b/cmd/cleanup/cleanup.go index be0795b0d..549e3b420 100644 --- a/cmd/cleanup/cleanup.go +++ b/cmd/cleanup/cleanup.go @@ -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. diff --git a/cmd/copy/copy.go b/cmd/copy/copy.go index 6c3a9e7cf..233cd1699 100644 --- a/cmd/copy/copy.go +++ b/cmd/copy/copy.go @@ -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 diff --git a/cmd/copyto/copyto.go b/cmd/copyto/copyto.go index 4c8f82ddd..f524a9c27 100644 --- a/cmd/copyto/copyto.go +++ b/cmd/copyto/copyto.go @@ -15,7 +15,7 @@ func init() { var commandDefinition = &cobra.Command{ Use: "copyto 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: ` If source:path is a file or directory then it copies it to a file or directory named dest:path. diff --git a/cmd/lsf/lsf.go b/cmd/lsf/lsf.go index 5e7d40219..92221bc26 100644 --- a/cmd/lsf/lsf.go +++ b/cmd/lsf/lsf.go @@ -44,7 +44,7 @@ func init() { var commandDefinition = &cobra.Command{ Use: "lsf remote:path", - Short: `List directories and objects in remote:path formatted for parsing`, + Short: `List directories and objects in remote:path formatted for parsing.`, Long: ` List the contents of the source path (directories and objects) to standard output in a form which is easy to parse by scripts. By diff --git a/cmd/obscure/obscure.go b/cmd/obscure/obscure.go index 84ae266b8..2e7ad4cc0 100644 --- a/cmd/obscure/obscure.go +++ b/cmd/obscure/obscure.go @@ -17,7 +17,7 @@ func init() { var commandDefinition = &cobra.Command{ Use: "obscure password", - Short: `Obscure password for use in the rclone config file`, + Short: `Obscure password for use in the rclone config file.`, Long: `In the rclone config file, human readable passwords are obscured. Obscuring them is done by encrypting them and writing them out in base64. This is **not** a secure way of encrypting these