aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/clear.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/clear.go')
-rw-r--r--commands/account/clear.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/clear.go b/commands/account/clear.go
index e16b563a..d45c5201 100644
--- a/commands/account/clear.go
+++ b/commands/account/clear.go
@@ -9,7 +9,7 @@ import (
)
type Clear struct {
- Selected bool `opt:"-s"`
+ Selected bool `opt:"-s" desc:"Select first message after clearing."`
}
func init() {