More clarity on -u option.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2016-03-20 07:11:40 +05:30
parent ad38461eee
commit a75a56cd5a
3 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
-s keyword(s) search all bookmarks for a (partial) tag or any keyword
-S keyword(s) search all bookmarks for a (partial) tag or all keywords
-t N use N (> 0) hash iterations to generate key, works with -k, -l
-u N update entry at DB index N
-u N update all fields of entry at DB index N
-w fetch title info from web, works with -a, -i, -u
-x N works with -P, N=1: show only URL, N=2: show URL and tag
-z show debug information

2
buku
View File

@ -92,7 +92,7 @@ def usage():
print(" -s keyword(s) search all bookmarks for a (partial) tag or any keyword")
print(" -S keyword(s) search all bookmarks for a (partial) tag or all keywords")
print(" -t N use N (> 0) hash iterations to generate key, works with -k, -l")
print(" -u N update entry at DB index N")
print(" -u N update all fields of entry at DB index N")
print(" -w fetch title info from web, works with -a, -i, -u")
print(" -x N works with -P, N=1: show only URL, N=2: show URL and tag")
print(" -z show debug information")

2
buku.1
View File

@ -90,7 +90,7 @@ Use
(> 0) hash iterations to generate key, works with '-k', '-l'.
.TP
.BI \-u " N"
Update bookmark at index
Update all fields of bookmark at index
.I N
in DB.
.TP