0
0
Fork 0

add a --help option to avoid an error message

This commit is contained in:
Gibheer 2015-03-18 21:39:49 +01:00
parent 31bf8bc739
commit 0eb655d42d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ func main() {
case "create-cert-sign": create_sign_request()
case "create-cert": create_cert()
case "help": print_modules()
case "--help": print_modules()
// case "info": info_on_file()
default: crash_with_help(1, "Command not supported!")
}