aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7e3d0b6..3c9f5df 100644
--- a/main.go
+++ b/main.go
@@ -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!")
}