aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/rmdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/rmdir.go')
-rw-r--r--commands/account/rmdir.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/rmdir.go b/commands/account/rmdir.go
index 3c5b24d7..852d717b 100644
--- a/commands/account/rmdir.go
+++ b/commands/account/rmdir.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(RemoveDir{})
}
+func (RemoveDir) Description() string {
+ return "Remove folder."
+}
+
func (RemoveDir) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}