diff --git a/goutil.go b/goutil.go index ea0d5dd..ef06323 100644 --- a/goutil.go +++ b/goutil.go @@ -176,6 +176,7 @@ type commandCollection map[string]Command func UsageAndExit(cmds commandCollection) { fmt.Println(os.Args[0]) + fmt.Println() fmt.Println("Possible commands:") for _, cmd := range cmds { fmt.Println(" " + cmd.cmd)