aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/switch.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/switch.go')
-rw-r--r--commands/compose/switch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/switch.go b/commands/compose/switch.go
index c9d1013c..4bcfc136 100644
--- a/commands/compose/switch.go
+++ b/commands/compose/switch.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(SwitchAccount{})
}
+func (SwitchAccount) Description() string {
+ return "Change composing from the specified account."
+}
+
func (SwitchAccount) Context() commands.CommandContext {
return commands.COMPOSE
}