dbhashsum: hide the command now it is deprecated
This commit is contained in:
parent
cbc5af329f
commit
1c8eab81a5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue