aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/invite.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/invite.go')
-rw-r--r--commands/msg/invite.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/msg/invite.go b/commands/msg/invite.go
index d9c16263..36add098 100644
--- a/commands/msg/invite.go
+++ b/commands/msg/invite.go
@@ -18,9 +18,9 @@ import (
)
type invite struct {
- Edit bool `opt:"-e"`
- NoEdit bool `opt:"-E"`
- SkipEditor bool `opt:"-s"`
+ Edit bool `opt:"-e" desc:"Force [compose].edit-headers = true."`
+ NoEdit bool `opt:"-E" desc:"Force [compose].edit-headers = false."`
+ SkipEditor bool `opt:"-s" desc:"Skip the editor and go directly to the review screen."`
}
func init() {