diff --git a/markit b/markit index 6dfca82..64879de 100755 --- a/markit +++ b/markit @@ -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") diff --git a/markit.1 b/markit.1 index 49cf3cb..8d57298 100644 --- a/markit.1 +++ b/markit.1 @@ -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 tags of HTML) from the web only for fully-formed HTTP or HTTPS URLs. .PP