Change program description.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2016-03-25 22:06:29 +05:30
parent a288f97f98
commit b366bc4e25
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
Usage: buku OPTIONS [URL] [TAGS] [KEYWORDS ...]
Bookmark manager. Your private Google.
A private cmdline bookmark manager.
Options
-a URL [tags] add URL as bookmark with comma separated tags

2
buku
View File

@ -75,7 +75,7 @@ iterations = int(8)
# Show usage of buku and exit
def usage():
print("Usage: OPTIONS [URL] [TAGS] [KEYWORDS ...]\n")
print("Bookmark manager. Your private Google.\n")
print("A private cmdline bookmark manager.\n")
print("Options")
print(" -a URL [tags] add URL as bookmark with comma separated tags")
print(" -d N delete entry at DB index N (from -P), move last entry to N")

2
buku.1
View File

@ -1,6 +1,6 @@
.TH "BUKU" "1" "Mar 2016" "Version 1.8" "User Commands"
.SH NAME
buku \- Bookmark manager. Your private Google.
buku \- A private cmdline bookmark manager.
.SH SYNOPSIS
.B buku
.I OPTIONS