aboutsummaryrefslogtreecommitdiffstats
path: root/commands/suspend.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/suspend.go')
-rw-r--r--commands/suspend.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/suspend.go b/commands/suspend.go
index 52198774..dc2d6b5a 100644
--- a/commands/suspend.go
+++ b/commands/suspend.go
@@ -8,6 +8,10 @@ func init() {
Register(Suspend{})
}
+func (Suspend) Description() string {
+ return "Suspend the aerc process."
+}
+
func (Suspend) Context() CommandContext {
return GLOBAL
}