aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/envelope.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/envelope.go')
-rw-r--r--commands/msg/envelope.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/msg/envelope.go b/commands/msg/envelope.go
index 09e7fa19..d064e43c 100644
--- a/commands/msg/envelope.go
+++ b/commands/msg/envelope.go
@@ -14,8 +14,8 @@ import (
)
type Envelope struct {
- Header bool `opt:"-h"`
- Format string `opt:"-s" default:"%-20.20s: %s"`
+ Header bool `opt:"-h" desc:"Show all header fields."`
+ Format string `opt:"-s" default:"%-20.20s: %s" desc:"Format specifier."`
}
func init() {