Use appropriate short option for format.

This commit is contained in:
Arun Prakash Jana 2016-04-26 23:33:00 +05:30
parent 5c1105e950
commit 0a314a0ad4
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB

2
buku
View File

@ -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',