From d1f435a4366238767a5dbe53f524d6cbcb21adc2 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 9 Dec 2018 09:49:38 +0100 Subject: [PATCH] use actual english in help text --- goutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutil.go b/goutil.go index 1cfff3c..ea0d5dd 100644 --- a/goutil.go +++ b/goutil.go @@ -182,7 +182,7 @@ func UsageAndExit(cmds commandCollection) { fmt.Println(" \t" + cmd.desc) } fmt.Println() - fmt.Println("for detailed informationen type use 'help COMMAND'") + fmt.Println("for detailed information type 'help COMMAND'") os.Exit(-1) }