From 98d13207ecbef72f5e3a9e5eaa40abee56e8a0c7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 23 Mar 2018 05:21:04 +0530 Subject: [PATCH] Update dcumentation --- README.md | 4 ++-- buku.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d117191..3fa5ae7 100644 --- a/README.md +++ b/README.md @@ -365,9 +365,9 @@ PROMPT KEYS: 20. **Search** for bookmarks matching **ALL** of the tags `kernel`, `debugging`, `general kernel concepts`: $ buku --stag kernel + debugging + general kernel concepts -21. **Search** for bookmarks matching both the tags `kernel` and `debugging`, but **excluding** bookmarks matching the tags `general kernel concepts` and `books`: +21. **Search** for bookmarks matching any of the keywords `hello` or `world`, matching both the tags `kernel` and `debugging`, but **excluding** the tags `general kernel concepts` and `books`: - $ buku --stag kernel + debugging - general kernel concepts, books + $ buku hello world --stag kernel + debugging - general kernel concepts, books 22. List **all unique tags** alphabetically: $ buku --stag diff --git a/buku.1 b/buku.1 index 056d166..2b1d1be 100644 --- a/buku.1 +++ b/buku.1 @@ -628,11 +628,11 @@ The last index is moved to the deleted index to keep the DB compact. .EE .PP .IP 21. 4 -\fBSearch\fR for bookmarks matching both the tags `kernel` and `debugging`, but \fBexcluding\fR bookmarks matching the tags 'general kernel concepts' and 'books': +\fBSearch\fR for bookmarks matching any of the keywords 'hello' or 'world', matching both the tags `kernel` and `debugging`, but \fBexcluding\fR the tags 'general kernel concepts' and 'books': .PP .EX .IP -.B buku --stag kernel + debugging - general kernel concepts, books +.B buku hello world --stag kernel + debugging - general kernel concepts, books .IP 22. 4 List \fBall unique tags\fR alphabetically: .PP