From e767c9ac9fef5258a289098f99cbb7fc5de3aadc Mon Sep 17 00:00:00 2001 From: Laurence Date: Sun, 3 Dec 2017 02:38:59 -0500 Subject: [PATCH] Fix typo in dbhashsum description --- cmd/dbhashsum/dbhashsum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dbhashsum/dbhashsum.go b/cmd/dbhashsum/dbhashsum.go index c8b7b6a44..3d7f82f13 100644 --- a/cmd/dbhashsum/dbhashsum.go +++ b/cmd/dbhashsum/dbhashsum.go @@ -14,7 +14,7 @@ func init() { var commandDefintion = &cobra.Command{ Use: "dbhashsum remote:path", - Short: `Produces a Dropbbox hash file for all the objects in the path.`, + Short: `Produces a Dropbox hash file for all the objects in the path.`, Long: ` Produces a Dropbox hash file for all the objects in the path. The hashes are calculated according to [Dropbox content hash