forked from TrueCloudLab/rclone
docs: show hashsum arguments as optional in usage string
This commit is contained in:
parent
52d444f4a9
commit
ca14b00b34
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func CreateFromStdinArg(ht hash.Type, args []string, startArg int) (bool, error)
|
|||
}
|
||||
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "hashsum <hash> remote:path",
|
||||
Use: "hashsum [<hash> remote:path]",
|
||||
Short: `Produces a hashsum file for all the objects in the path.`,
|
||||
Long: `
|
||||
Produces a hash file for all the objects in the path using the hash
|
||||
|
|
Loading…
Reference in a new issue