use actual english in help text
This commit is contained in:
parent
76ae04a266
commit
d1f435a436
|
@ -182,7 +182,7 @@ func UsageAndExit(cmds commandCollection) {
|
||||||
fmt.Println(" \t" + cmd.desc)
|
fmt.Println(" \t" + cmd.desc)
|
||||||
}
|
}
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("for detailed informationen type use 'help COMMAND'")
|
fmt.Println("for detailed information type 'help COMMAND'")
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user