diff --git a/README.md b/README.md index e63ab4d..2627ef6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/buku b/buku index 7c801bc..bba3705 100755 --- a/buku +++ b/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")