More clarity in search description.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
c4474ccaf9
commit
cfd217d317
2
markit
2
markit
@ -52,7 +52,7 @@ def usage():
|
||||
print(" -i N add entry at index N, works with -a, use to fill deleted index")
|
||||
print(" -o fetch title info from web, works with -a or -u")
|
||||
print(" -p show all bookmarks along with real index from database")
|
||||
print(" -s keyword(s) search all bookmarks for a (partial) tag or keywords")
|
||||
print(" -s keyword(s) search all bookmarks for a (partial) tag or each keyword")
|
||||
print(" -u N update entry at index N (from output of -p)")
|
||||
print(" -z show debug information")
|
||||
print(" you can either add or update or delete in one instance")
|
||||
|
2
markit.1
2
markit.1
@ -43,7 +43,7 @@ Fetch title data from the web. Works only with `-a` or `-u` options.
|
||||
Show all bookmark records from the database along with actual index. Shows URL, title data and tags.
|
||||
.TP
|
||||
.BI \-s " keywords"
|
||||
Search bookmarks for a (partial) tag or keywords and show the results. Prompts to enter result number to open in browser. Note that the sequential index number may not match the real index in database. The results show URL, title data and tags.
|
||||
Search bookmarks for a (partial) tag or keywords and show the results. Prompts to enter result number to open in browser. Note that the sequential index number may not match the real index in database. Shows URL, title data and tags.
|
||||
.TP
|
||||
.BI \-u " N"
|
||||
Update bookmark at index
|
||||
|
Loading…
Reference in New Issue
Block a user