Use appropriate short option for format.
This commit is contained in:
parent
5c1105e950
commit
0a314a0ad4
2
buku
2
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',
|
||||
|
Loading…
Reference in New Issue
Block a user