Update help on auto DB compaction.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
a3c85aea29
commit
f9fc90776b
2
buku
2
buku
@ -77,7 +77,7 @@ def usage():
|
|||||||
print("Bookmark manager. Your private Google.\n")
|
print("Bookmark manager. Your private Google.\n")
|
||||||
print("Options")
|
print("Options")
|
||||||
print(" -a URL tag 1, tag 2, ... add URL as bookmark with comma separated tags")
|
print(" -a URL tag 1, tag 2, ... add URL as bookmark with comma separated tags")
|
||||||
print(" -d N delete entry at DB index N (from -P output)")
|
print(" -d N delete entry at DB index N (from -P), move last entry to N")
|
||||||
print(" -D delete ALL bookmarks")
|
print(" -D delete ALL bookmarks")
|
||||||
print(" -g show all tags (sorted alphabetically)")
|
print(" -g show all tags (sorted alphabetically)")
|
||||||
print(" -i N insert entry at DB index N, useful to fill deleted index")
|
print(" -i N insert entry at DB index N, useful to fill deleted index")
|
||||||
|
4
buku.1
4
buku.1
@ -168,6 +168,10 @@ This operation does not modify the existing tags. Only titles are refreshed.
|
|||||||
.EX
|
.EX
|
||||||
.IP
|
.IP
|
||||||
.B buku -d 15012014
|
.B buku -d 15012014
|
||||||
|
.EE
|
||||||
|
.PP
|
||||||
|
.IP "" 4
|
||||||
|
The last index is moved to the deleted index to keep the DB compact.
|
||||||
.PP
|
.PP
|
||||||
.IP 6. 4
|
.IP 6. 4
|
||||||
\fBDelete all\fR bookmarks:
|
\fBDelete all\fR bookmarks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user