aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/cc-bcc.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/cc-bcc.go')
-rw-r--r--commands/compose/cc-bcc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/cc-bcc.go b/commands/compose/cc-bcc.go
index a3c1c188..ec47afe6 100644
--- a/commands/compose/cc-bcc.go
+++ b/commands/compose/cc-bcc.go
@@ -6,7 +6,7 @@ import (
)
type CC struct {
- Recipients string `opt:"recipients" complete:"CompleteAddress"`
+ Recipients string `opt:"recipients" complete:"CompleteAddress" desc:"Recipient from address book."`
}
func init() {