Remove obvious line from help.

Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
Arun Prakash Jana 2016-03-25 15:02:51 +05:30
parent 8fb1123831
commit 7e9fc59491
2 changed files with 1 additions and 3 deletions

View File

@ -149,7 +149,6 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
-w fetch title info from web, works with -a, -i, -u
-x N works with -P, N=1: show only URL, N=2: show URL and tag
-z show debug information
any other option shows help and exits buku
Keys
1-N open Nth search result in browser. Enter exits buku.

3
buku
View File

@ -97,8 +97,7 @@ def usage():
print(" -u N URL [tags] update all fields of entry at DB index N")
print(" -w fetch title info from web, works with -a, -i, -u")
print(" -x N works with -P, N=1: show only URL, N=2: show URL and tag")
print(" -z show debug information")
print(" any other option shows help and exits buku\n")
print(" -z show debug information\n")
print("Keys")
print(" 1-N open Nth search result in browser. Enter exits buku.\n")
print("Version 1.8")