From 0a314a0ad4db78029a7f405c1ffaf41825262ebe Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 26 Apr 2016 23:33:00 +0530 Subject: [PATCH] Use appropriate short option for format. --- buku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buku b/buku index 06058f1..075e220 100755 --- a/buku +++ b/buku @@ -1058,7 +1058,7 @@ addarg('-p', '--print', nargs='?', dest='printindex', type=int, const=0, metavar addarg('-r', '--replace', nargs=2, dest='replace', metavar=('oldtag', 'newtag'), help="replace oldtag with newtag for all bookmarks\n" "newtag='blank': delete oldtag") -addarg('-x', '--format', dest='showOpt', type=int, choices=[1, 2], metavar='N', +addarg('-f', '--format', dest='showOpt', type=int, choices=[1, 2], metavar='N', help="modify -p output\n" "N=1: show only URL, N=2: show URL and tag") addarg('-z', '--debug', dest='debug', action='store_true',