aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/view.go')
-rw-r--r--commands/account/view.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/view.go b/commands/account/view.go
index 0e3ca09c..72f62b51 100644
--- a/commands/account/view.go
+++ b/commands/account/view.go
@@ -13,8 +13,8 @@ import (
)
type ViewMessage struct {
- Peek bool `opt:"-p"`
- Background bool `opt:"-b"`
+ Peek bool `opt:"-p" desc:"Peek message without marking it as read."`
+ Background bool `opt:"-b" desc:"Open message in a background tab."`
}
func init() {