aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethkey/main.go')
-rw-r--r--cmd/ethkey/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethkey/main.go b/cmd/ethkey/main.go
index 4127f5566..c434da0c0 100644
--- a/cmd/ethkey/main.go
+++ b/cmd/ethkey/main.go
@@ -38,6 +38,7 @@ func init() {
app.Commands = []cli.Command{
commandGenerate,
commandInspect,
+ commandChangePassphrase,
commandSignMessage,
commandVerifyMessage,
}