mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 20:14:24 +08:00
Fix typo in dbhashsum description
This commit is contained in:
parent
56cfb810a8
commit
e767c9ac9f
|
@ -14,7 +14,7 @@ func init() {
|
||||||
|
|
||||||
var commandDefintion = &cobra.Command{
|
var commandDefintion = &cobra.Command{
|
||||||
Use: "dbhashsum remote:path",
|
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: `
|
Long: `
|
||||||
Produces a Dropbox hash file for all the objects in the path. The
|
Produces a Dropbox hash file for all the objects in the path. The
|
||||||
hashes are calculated according to [Dropbox content hash
|
hashes are calculated according to [Dropbox content hash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user