diff options
author | Gibheer <gibheer@gmail.com> | 2015-03-18 21:40:08 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-03-18 21:40:08 +0100 |
commit | c0cc30089f85dc439398d14399a31da8169d471e (patch) | |
tree | aca951e2b1ec5b32cbbcc6b1db6b90246db265fe /main.go | |
parent | 0eb655d42d20752e040a4cbdcebf6820229f021f (diff) |
fixes small typo
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!") } |