More correct help.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2016-03-21 01:23:57 +05:30
parent abefc70816
commit 9f06983a6e
3 changed files with 5 additions and 2 deletions

View File

@ -120,7 +120,8 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
## cmdline help
Usage: buku [OPTIONS] KEYWORDS...
Usage: buku OPTIONS [URL] [TAGS] [KEYWORDS ...]
Bookmark manager. Your private Google.
Options

3
buku
View File

@ -73,7 +73,7 @@ iterations = int(8)
# Show usage of buku and exit
def usage():
print("Usage: buku [OPTIONS] KEYWORDS...")
print("Usage: OPTIONS [URL] [TAGS] [KEYWORDS ...]\n")
print("Bookmark manager. Your private Google.\n")
print("Options")
print(" -a URL tag 1, tag 2, ... add URL as bookmark with comma separated tags")
@ -101,6 +101,7 @@ def usage():
print(" 1-N open Nth search result in browser. Enter exits buku.\n")
print("Version 1.8")
print("Copyright (C) 2015 Arun Prakash Jana <engineerarun@gmail.com>")
print("License: GPLv3")
print("Webpage: https://github.com/jarun/buku")
sys.exit(1)

1
buku.1
View File

@ -6,6 +6,7 @@ buku \- Bookmark manager. Your private Google.
.I OPTIONS
.RI [ URL ]
.RI [ TAGS ]
.I [KEYWORDS ...]
.SH DESCRIPTION
.B buku
is a command-line tool to save, tag and search bookmarks.