Fix typo.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
c18fe5635f
commit
a288f97f98
@ -117,7 +117,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
|
||||
- All the keywords are treated together as a `single` tag in the `same order`. Bookmarks with partial or complete tag matches are shown in results.
|
||||
- `-s` : match any of the keywords in URL or title. Order is irrelevant.
|
||||
- `-S` : match all the keywords in URL or title. Order is irrelevant.
|
||||
- Search results are indexed serially. This index is different from actual database index of a bookmark reord which is shown within `()` after the URL.
|
||||
- Search results are indexed serially. This index is different from actual database index of a bookmark record which is shown within `()` after the URL.
|
||||
- AES256 is used for encryption. Optionally specify (`-t`) the number of hash iterations to use to generate key. Default is 8 iterations.
|
||||
- Encryption is optional and manual. If you choose to use encryption, the database file should be unlocked (`-k`) before using buku and locked (`-l`) afterwards. Between these 2 operations, the database file lies unencrypted on the disk, and NOT in memory. Also, note that the database file is <i>unecrypted on creation</i>.
|
||||
|
||||
|
2
buku.1
2
buku.1
@ -28,7 +28,7 @@ Search works in mysterious ways:
|
||||
- All the keywords are treated together as a 'single' tag in the 'same order'. Bookmarks with partial or complete tag matches are shown in results.
|
||||
- -s : match any of the keywords in URL or title. Order is irrelevant.
|
||||
- -S : match all the keywords in URL or title. Order is irrelevant.
|
||||
- Search results are indexed serially. This index is different from actual database index of a bookmark reord which is shown within '()' after the URL.
|
||||
- Search results are indexed serially. This index is different from actual database index of a bookmark record which is shown within '()' after the URL.
|
||||
.PP
|
||||
AES256 is used for encryption. Optionally specify (-t) the number of hash iterations to use to generate key. Default is 8 iterations.
|
||||
.PP
|
||||
|
Loading…
x
Reference in New Issue
Block a user