cmd: fix spelling of Definition

This commit is contained in:
Nick Craig-Wood
2019-10-14 17:02:09 +01:00
parent 6e378d7d32
commit 19429083ad
39 changed files with 119 additions and 119 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ import (
)
func init() {
cmd.Root.AddCommand(commandDefintion)
cmd.Root.AddCommand(commandDefinition)
}
var commandDefintion = &cobra.Command{
var commandDefinition = &cobra.Command{
Use: "sha1sum remote:path",
Short: `Produces an sha1sum file for all the objects in the path.`,
Long: `