Remove obvious line from help.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
8fb1123831
commit
7e9fc59491
@ -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
3
buku
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user