More correct help.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
abefc70816
commit
9f06983a6e
@ -120,7 +120,8 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
|
|||||||
|
|
||||||
## cmdline help
|
## cmdline help
|
||||||
|
|
||||||
Usage: buku [OPTIONS] KEYWORDS...
|
Usage: buku OPTIONS [URL] [TAGS] [KEYWORDS ...]
|
||||||
|
|
||||||
Bookmark manager. Your private Google.
|
Bookmark manager. Your private Google.
|
||||||
|
|
||||||
Options
|
Options
|
||||||
|
3
buku
3
buku
@ -73,7 +73,7 @@ iterations = int(8)
|
|||||||
|
|
||||||
# Show usage of buku and exit
|
# Show usage of buku and exit
|
||||||
def usage():
|
def usage():
|
||||||
print("Usage: buku [OPTIONS] KEYWORDS...")
|
print("Usage: OPTIONS [URL] [TAGS] [KEYWORDS ...]\n")
|
||||||
print("Bookmark manager. Your private Google.\n")
|
print("Bookmark manager. Your private Google.\n")
|
||||||
print("Options")
|
print("Options")
|
||||||
print(" -a URL tag 1, tag 2, ... add URL as bookmark with comma separated tags")
|
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(" 1-N open Nth search result in browser. Enter exits buku.\n")
|
||||||
print("Version 1.8")
|
print("Version 1.8")
|
||||||
print("Copyright (C) 2015 Arun Prakash Jana <engineerarun@gmail.com>")
|
print("Copyright (C) 2015 Arun Prakash Jana <engineerarun@gmail.com>")
|
||||||
|
print("License: GPLv3")
|
||||||
print("Webpage: https://github.com/jarun/buku")
|
print("Webpage: https://github.com/jarun/buku")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
1
buku.1
1
buku.1
@ -6,6 +6,7 @@ buku \- Bookmark manager. Your private Google.
|
|||||||
.I OPTIONS
|
.I OPTIONS
|
||||||
.RI [ URL ]
|
.RI [ URL ]
|
||||||
.RI [ TAGS ]
|
.RI [ TAGS ]
|
||||||
|
.I [KEYWORDS ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B buku
|
.B buku
|
||||||
is a command-line tool to save, tag and search bookmarks.
|
is a command-line tool to save, tag and search bookmarks.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user