Update documentation
This commit is contained in:
parent
3d69532e2a
commit
29233844d4
@ -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
2
buku
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user