command: fix misspelling in comment
This commit is contained in:
parent
182e3bec1b
commit
71fd07d4d0
|
@ -485,7 +485,7 @@ func sanitizeUUIDPrefix(prefix string) string {
|
|||
return prefix[:len(prefix)-remainder]
|
||||
}
|
||||
|
||||
// commandErrorText is used to easily render the same messaging accross commads
|
||||
// commandErrorText is used to easily render the same messaging across commads
|
||||
// when an error is printed.
|
||||
func commandErrorText(cmd NamedCommand) string {
|
||||
return fmt.Sprintf("For additional help try 'nomad %s -help'", cmd.Name())
|
||||
|
|
Loading…
Reference in New Issue