mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
dbhashsum: hide the command now it is deprecated
This commit is contained in:
parent
cbc5af329f
commit
1c8eab81a5
|
@ -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 New Issue
Block a user