diff --git a/main.go b/main.go index 3c9f5df..eb661e6 100644 --- a/main.go +++ b/main.go @@ -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!") }