dbhashsum: hide the command now it is deprecated

This commit is contained in:
Nick Craig-Wood 2020-04-29 10:12:12 +01:00
parent cbc5af329f
commit 1c8eab81a5
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ hashes are calculated according to [Dropbox content hash
rules](https://www.dropbox.com/developers/reference/content-hash).
The output is in the same format as md5sum and sha1sum.
`,
Hidden: true,
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(1, 1, command, args)
fsrc := cmd.NewFsSrc(args)