From 82222fcd3ad4dd6ca8be7941ddf43f8e475ad254 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 7 Jan 2010 13:09:14 +0000 Subject: [PATCH] minor update of help text --- lib/parse/cmdline.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index ce0fb5115..c8145f86b 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -89,15 +89,15 @@ def cmdLineParser(): help="Extra HTTP headers newline separated") request.add_option("--auth-type", dest="aType", - help="HTTP Authentication type (value " - "Basic, Digest or NTLM)") + help="HTTP Authentication type " + "(Basic, Digest or NTLM)") request.add_option("--auth-cred", dest="aCred", - help="HTTP Authentication credentials (value " - "name:password)") + help="HTTP Authentication credentials " + "(name:password)") request.add_option("--auth-cert", dest="aCert", - help="HTTP(s) Authentication certificate (value " + help="HTTPs Authentication certificate (" "key_file,cert_file)") request.add_option("--proxy", dest="proxy",