From c261a80d461468ba19034bd52204cf8662625958 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 27 May 2013 13:06:01 +0200 Subject: [PATCH] commandline.py: remove comma, causing trouble Signed-off-by: Danny Al-Gaaf --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 3f6ea9c2..9a26f6e7 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -96,7 +96,7 @@ class Osc(cmdln.Cmdln): optparser.add_option('-H', '--http-debug', action='store_true', help='debug HTTP traffic (filters some headers)') 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', help='print info useful for debugging') optparser.add_option('-A', '--apiurl', dest='apiurl',