Update dcumentation

This commit is contained in:
Arun Prakash Jana 2018-03-23 05:21:04 +05:30
parent f804233ef9
commit 98d13207ec
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 4 additions and 4 deletions

View File

@ -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

4
buku.1
View File

@ -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