From 2b1f74f2cbf755532e5fe070335b79c36900f189 Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Sat, 4 Dec 2021 12:06:09 -0800 Subject: [PATCH] Allow `certigo -h` (#251) --- cli/cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/cli.go b/cli/cli.go index 2c6f560..fc96180 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -66,6 +66,7 @@ func Run(args []string, tty terminal.Terminal) int { } return 2 } + app.HelpFlag.Short('h') app.Version(version) // Alias starttls to start-tls