mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 04:25:48 +01:00
commandline.py: remove comma, causing trouble
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
00e3932e43
commit
c261a80d46
@ -96,7 +96,7 @@ class Osc(cmdln.Cmdln):
|
|||||||
optparser.add_option('-H', '--http-debug', action='store_true',
|
optparser.add_option('-H', '--http-debug', action='store_true',
|
||||||
help='debug HTTP traffic (filters some headers)')
|
help='debug HTTP traffic (filters some headers)')
|
||||||
optparser.add_option('--http-full-debug', action='store_true',
|
optparser.add_option('--http-full-debug', action='store_true',
|
||||||
help='debug HTTP traffic (filters no headers)'),
|
help='debug HTTP traffic (filters no headers)')
|
||||||
optparser.add_option('-d', '--debug', action='store_true',
|
optparser.add_option('-d', '--debug', action='store_true',
|
||||||
help='print info useful for debugging')
|
help='print info useful for debugging')
|
||||||
optparser.add_option('-A', '--apiurl', dest='apiurl',
|
optparser.add_option('-A', '--apiurl', dest='apiurl',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user