aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/head/head.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/head/head.go')
-rw-r--r--cmd/sigsum-debug/head/head.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sigsum-debug/head/head.go b/cmd/sigsum-debug/head/head.go
index b1b3044..22b857b 100644
--- a/cmd/sigsum-debug/head/head.go
+++ b/cmd/sigsum-debug/head/head.go
@@ -42,7 +42,7 @@ func Main(args []string) error {
err = checkOptions(opt.Name())
if err == nil {
switch opt.Name() {
- case "help":
+ case "help", "":
opt.Usage()
case "sign":
err = sign.Main(opt.Args(), optPrivateKey, optKeyHash)