From c0cc30089f85dc439398d14399a31da8169d471e Mon Sep 17 00:00:00 2001 From: Gibheer Date: Wed, 18 Mar 2015 21:40:08 +0100 Subject: [PATCH] fixes small typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!") }