File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ def checkStability():
317
317
logger .warn (warnMsg )
318
318
319
319
return condition
320
+
320
321
def checkString ():
321
322
if not conf .string :
322
323
return True
Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ def cmdLineParser():
97
97
help = "Extra HTTP headers newline separated" )
98
98
99
99
request .add_option ("--auth-type" , dest = "aType" ,
100
- help = "HTTP Authentication type "
100
+ help = "HTTP authentication type "
101
101
"(Basic, Digest or NTLM)" )
102
102
103
103
request .add_option ("--auth-cred" , dest = "aCred" ,
104
- help = "HTTP Authentication credentials "
104
+ help = "HTTP authentication credentials "
105
105
"(name:password)" )
106
106
107
107
request .add_option ("--auth-cert" , dest = "aCert" ,
108
- help = "HTTPs Authentication certificate ("
108
+ help = "HTTP authentication certificate ("
109
109
"key_file,cert_file)" )
110
110
111
111
request .add_option ("--proxy" , dest = "proxy" ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ aType =
76
76
# Syntax: username:password
77
77
aCred =
78
78
79
- # HTTPs Authentication certificate. Useful only if the target url requires
79
+ # HTTP Authentication certificate. Useful only if the target url requires
80
80
# logon certificate and you have such data.
81
81
# Syntax: key_file,cert_file
82
82
aCert =
You can’t perform that action at this time.
0 commit comments