Fix help documentation
This commit is contained in:
parent
70d9967465
commit
1355ed4bfe
@ -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
|
||||||
|
2
buku.py
2
buku.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user