aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/mkdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/mkdir.go')
-rw-r--r--commands/account/mkdir.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/mkdir.go b/commands/account/mkdir.go
index d6a6f9f3..cf8763be 100644
--- a/commands/account/mkdir.go
+++ b/commands/account/mkdir.go
@@ -18,6 +18,10 @@ func init() {
commands.Register(MakeDir{})
}
+func (MakeDir) Description() string {
+ return "Create and change to a new folder."
+}
+
func (MakeDir) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}