0
0
Fork 0

fixes small typo

This commit is contained in:
Gibheer 2015-03-18 21:40:08 +01:00
parent 0eb655d42d
commit c0cc30089f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +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 "--help": print_modules()
// case "info": info_on_file()
default: crash_with_help(1, "Command not supported!")
}