aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.go b/main.go
index 1c6a0b6..5d11c58 100644
--- a/main.go
+++ b/main.go
@@ -24,10 +24,10 @@ func main() {
subcommands.Register(subcommands.FlagsCommand(), "")
subcommands.Register(subcommands.HelpCommand(), "")
- subcommands.Register(&checkCommand{}, "")
- subcommands.Register(&generateCommand{}, "")
- subcommands.Register(&signCommand{}, "")
- subcommands.Register(&verifyCommand{}, "")
+ subcommands.Register(&checkCmd{}, "")
+ subcommands.Register(&generateCmd{}, "")
+ subcommands.Register(&signCmd{}, "")
+ subcommands.Register(&verifyCmd{}, "")
flag.Parse()