aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new-account.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new-account.go')
-rw-r--r--commands/new-account.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/new-account.go b/commands/new-account.go
index 5a5499df..9792d7e1 100644
--- a/commands/new-account.go
+++ b/commands/new-account.go
@@ -12,6 +12,10 @@ func init() {
Register(NewAccount{})
}
+func (NewAccount) Description() string {
+ return "Start the new account wizard."
+}
+
func (NewAccount) Context() CommandContext {
return GLOBAL
}