use actual english in help text

This commit is contained in:
gutmet 2018-12-09 09:49:38 +01:00
parent 76ae04a266
commit d1f435a436

View File

@ -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)
} }