From 1355ed4bfe3e371dd3b7b786c6c10c3efa0ef3a6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 27 Mar 2018 04:38:24 +0530 Subject: [PATCH] Fix help documentation --- README.md | 6 +++--- buku.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef7c19b..9eeb09b 100644 --- a/README.md +++ b/README.md @@ -194,14 +194,14 @@ EDIT OPTIONS: N=0: mutable (default), N=1: immutable SEARCH OPTIONS: - -s, --sany find records with ANY matching keyword + -s, --sany [...] find records with ANY matching keyword this is the default search option - -S, --sall find records matching ALL the keywords + -S, --sall [...] find records matching ALL the keywords special keywords - "blank": entries with empty title/tag "immutable": entries with locked title --deep match substrings ('pen' matches 'opens') - -r, --sreg run a regex search + -r, --sreg expr run a regex search -t, --stag [tag [,|+] ...] [- tag, ...] search bookmarks by tags use ',' to find entries matching ANY tag diff --git a/buku.py b/buku.py index 73c50c5..f0649b2 100755 --- a/buku.py +++ b/buku.py @@ -4117,7 +4117,7 @@ POSITIONAL ARGUMENTS: "blank": entries with empty title/tag "immutable": entries with locked title --deep match substrings ('pen' matches 'opens') - -r, --sreg [...] run a regex search + -r, --sreg expr run a regex search -t, --stag [tag [,|+] ...] [- tag, ...] search bookmarks by tags use ',' to find entries matching ANY tag