Add delete option in help.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2015-11-05 20:55:11 +05:30
parent b06bf73ded
commit cd475a4387

1
markit
View File

@ -31,6 +31,7 @@ def usage():
print("Bookmark manager.\n")
print("Options")
print(" -a URL tag entry1, tag entry2, ... print all bookmarks")
print(" -d delete ALL bookamrks")
print(" -p print all bookmarks")
print(" -u N update index number")
print(" any other input exits markit\n")