Manpage and help changes.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2015-11-09 03:18:44 +05:30
parent 8ab56e6b6c
commit a537ebcbfd
2 changed files with 2 additions and 2 deletions

2
markit
View File

@ -51,7 +51,7 @@ def usage():
print(" -D delete ALL bookmarks")
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 print all bookmarks, shows real index from database")
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(" -u N update entry at index N (from output of -p)")
print(" -z show debug information")

View File

@ -9,7 +9,7 @@ markit \- Bookmark manager. Your private Google.
.B markit
is a command line tool to save and search bookmarks.
.PP
The Sqlite3 database file is stored in $HOME/.cache/bookmarks.db of the user.
The SQLite3 database file is stored in $HOME/.cache/bookmarks.db of the user.
.PP
It's advisable to copy URLs directly from the browser address bar, i.e., along with the leading `http://` or `htts://` token. markit looks up title data (found within <title></title> tags of HTML) from the web only for fully-formed HTTP or HTTPS URLs.
.PP