Regularize the command definition names

This commit is contained in:
Nick Craig-Wood
2016-12-03 09:08:40 +00:00
parent 05798672c8
commit 5e35aeca9e
25 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ import (
)
func init() {
cmd.Root.AddCommand(sha1sumCmd)
cmd.Root.AddCommand(commandDefintion)
}
var sha1sumCmd = &cobra.Command{
var commandDefintion = &cobra.Command{
Use: "sha1sum remote:path",
Short: `Produces an sha1sum file for all the objects in the path.`,
Long: `