aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/bounce.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/bounce.go')
-rw-r--r--commands/msg/bounce.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/msg/bounce.go b/commands/msg/bounce.go
index 0c0452b4..819595cc 100644
--- a/commands/msg/bounce.go
+++ b/commands/msg/bounce.go
@@ -19,8 +19,8 @@ import (
)
type Bounce struct {
- Account string `opt:"-A" complete:"CompleteAccount"`
- To []string `opt:"..." required:"true" complete:"CompleteTo"`
+ Account string `opt:"-A" complete:"CompleteAccount" desc:"Account from which to re-send the message."`
+ To []string `opt:"..." required:"true" complete:"CompleteTo" desc:"Recipient from address book."`
}
func init() {