Fix help documentation

This commit is contained in:
Arun Prakash Jana 2018-03-27 04:38:24 +05:30
parent 70d9967465
commit 1355ed4bfe
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 4 additions and 4 deletions

View File

@ -194,14 +194,14 @@ EDIT OPTIONS:
N=0: mutable (default), N=1: immutable N=0: mutable (default), N=1: immutable
SEARCH OPTIONS: SEARCH OPTIONS:
-s, --sany find records with ANY matching keyword -s, --sany [...] find records with ANY matching keyword
this is the default search option this is the default search option
-S, --sall find records matching ALL the keywords -S, --sall [...] find records matching ALL the keywords
special keywords - special keywords -
"blank": entries with empty title/tag "blank": entries with empty title/tag
"immutable": entries with locked title "immutable": entries with locked title
--deep match substrings ('pen' matches 'opens') --deep match substrings ('pen' matches 'opens')
-r, --sreg run a regex search -r, --sreg expr run a regex search
-t, --stag [tag [,|+] ...] [- tag, ...] -t, --stag [tag [,|+] ...] [- tag, ...]
search bookmarks by tags search bookmarks by tags
use ',' to find entries matching ANY tag use ',' to find entries matching ANY tag

View File

@ -4117,7 +4117,7 @@ POSITIONAL ARGUMENTS:
"blank": entries with empty title/tag "blank": entries with empty title/tag
"immutable": entries with locked title "immutable": entries with locked title
--deep match substrings ('pen' matches 'opens') --deep match substrings ('pen' matches 'opens')
-r, --sreg [...] run a regex search -r, --sreg expr run a regex search
-t, --stag [tag [,|+] ...] [- tag, ...] -t, --stag [tag [,|+] ...] [- tag, ...]
search bookmarks by tags search bookmarks by tags
use ',' to find entries matching ANY tag use ',' to find entries matching ANY tag