From 1c8eab81a579da70f4d709a4de9b1d4fd7691399 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 29 Apr 2020 10:12:12 +0100 Subject: [PATCH] dbhashsum: hide the command now it is deprecated --- cmd/dbhashsum/dbhashsum.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/dbhashsum/dbhashsum.go b/cmd/dbhashsum/dbhashsum.go index 1f0ce1e7b..cbc1704da 100644 --- a/cmd/dbhashsum/dbhashsum.go +++ b/cmd/dbhashsum/dbhashsum.go @@ -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)