aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/query.go')
-rw-r--r--commands/account/query.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/account/query.go b/commands/account/query.go
index da8a8c06..c30b2c78 100644
--- a/commands/account/query.go
+++ b/commands/account/query.go
@@ -11,10 +11,10 @@ import (
)
type Query struct {
- Account string `opt:"-a" complete:"CompleteAccount"`
- Name string `opt:"-n"`
- Force bool `opt:"-f"`
- Query string `opt:"..." complete:"CompleteNotmuch"`
+ Account string `opt:"-a" complete:"CompleteAccount" desc:"Account name."`
+ Name string `opt:"-n" desc:"Force name of virtual folder."`
+ Force bool `opt:"-f" desc:"Replace existing query if any."`
+ Query string `opt:"..." complete:"CompleteNotmuch" desc:"Notmuch query."`
}
func init() {