Update documentation

This commit is contained in:
lmessier 2016-03-23 13:23:35 +01:00
parent 3d69532e2a
commit 29233844d4
3 changed files with 6 additions and 1 deletions

View File

@ -58,6 +58,7 @@ If you find `buku` useful, please consider donating via PayPal.
- Fast and clean (no ads or clutter)
- Minimal dependencies
- Open source and free
- Json output with -f flag
# Installation
@ -126,6 +127,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
-D delete ALL bookmarks
-g show all tags (sorted alphabetically)
-i N insert entry at DB index N, useful to fill deleted index
-j Output data formatted as json (works with -P, -p and -s)
-k decrypt (unlock) database file
-l encrypt (lock) database file
-m manually add or update the title offline

2
buku
View File

@ -82,7 +82,7 @@ def usage():
print(" -D delete ALL bookmarks")
print(" -g show all tags (sorted alphabetically)")
print(" -i N insert entry at DB index N, useful to fill deleted index")
print(" -j Output data formatted as json")
print(" -j Output data formatted as json (works with -P, -p and -s)")
print(" -k decrypt (unlock) database file")
print(" -l encrypt (lock) database file")
print(" -m manually add or update the title offline")

3
buku.1
View File

@ -53,6 +53,9 @@ Add a new record at index
.I N
in DB. Use this option to fill blank indices left by deleted bookmarks.
.TP
.B \-j
Output data formatted as json (works with -P, -p and -s)
.TP
.B \-k
Decrypt (unlock) the DB file.
.TP