More elaborate description.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2016-03-25 22:09:45 +05:30
parent b366bc4e25
commit 5dd55724b2
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 ...]
A private cmdline bookmark manager.
A private cmdline bookmark manager. Your mini web!
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("A private cmdline bookmark manager.\n")
print("A private cmdline bookmark manager. Your mini web!\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 \- A private cmdline bookmark manager.
buku \- A private cmdline bookmark manager. Your mini web!
.SH SYNOPSIS
.B buku
.I OPTIONS