Adjust help doc

pull/268/head
Oliver Marriott 2 years ago
parent c3c16a5bf3
commit dcf4224d0c

@ -18,7 +18,7 @@ type Filtering struct {
Interactive bool `kong:"group='filter',short='i',help='Select notes interactively with fzf.'" json:"-"`
Limit int `kong:"group='filter',short='n',placeholder='COUNT',help='Limit the number of notes found.'" json:"limit"`
Match []string `kong:"group='filter',short='m',placeholder='QUERY',help='Terms to search for in the notes, may be given multiple times.'" json:"match"`
Match []string `kong:"group='filter',short='m',placeholder='QUERY',help='Terms to search for in the notes. If given multiple times each argument is joined with a boolean AND.'" json:"match"`
MatchStrategy string `kong:"group='filter',short='M',default='fts',placeholder='STRATEGY',help='Text matching strategy among: fts, re, exact.'" json:"matchStrategy"`
Exclude []string `kong:"group='filter',short='x',placeholder='PATH',help='Ignore notes matching the given path, including its descendants.'" json:"excludeHrefs"`
Tag []string `kong:"group='filter',short='t',help='Find notes tagged with the given tags.'" json:"tags"`

Loading…
Cancel
Save