1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00

docs: fix missing punctuation in backend commands short description

This commit is contained in:
albertony
2025-11-02 12:52:31 +01:00
parent 2443cb284e
commit 0dd56ff2a3
9 changed files with 29 additions and 29 deletions

View File

@@ -1070,7 +1070,7 @@ func (f *Fs) Hashes() hash.Set {
var commandHelp = []fs.CommandHelp{
{
Name: "noop",
Short: "A null operation for testing backend commands",
Short: "A null operation for testing backend commands.",
Long: `This is a test command which has some options
you can try to change the output.`,
Opts: map[string]string{