aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-02-13 01:44:27 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-02-13 01:44:27 +0100
commit96173b86a178fc9b9d0ae807e635544de0053d99 (patch)
tree8f8439a394d01bc1b054f7038dde46c952796e64 /main.go
parent65100dc49f722926389c9959b90e2189254356d6 (diff)
...
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()