File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ def checkStability():
317317 logger .warn (warnMsg )
318318
319319 return condition
320+
320321def checkString ():
321322 if not conf .string :
322323 return True
Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ def cmdLineParser():
9797 help = "Extra HTTP headers newline separated" )
9898
9999 request .add_option ("--auth-type" , dest = "aType" ,
100- help = "HTTP Authentication type "
100+ help = "HTTP authentication type "
101101 "(Basic, Digest or NTLM)" )
102102
103103 request .add_option ("--auth-cred" , dest = "aCred" ,
104- help = "HTTP Authentication credentials "
104+ help = "HTTP authentication credentials "
105105 "(name:password)" )
106106
107107 request .add_option ("--auth-cert" , dest = "aCert" ,
108- help = "HTTPs Authentication certificate ("
108+ help = "HTTP authentication certificate ("
109109 "key_file,cert_file)" )
110110
111111 request .add_option ("--proxy" , dest = "proxy" ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ aType =
7676# Syntax: username:password
7777aCred =
7878
79- # HTTPs Authentication certificate. Useful only if the target url requires
79+ # HTTP Authentication certificate. Useful only if the target url requires
8080# logon certificate and you have such data.
8181# Syntax: key_file,cert_file
8282aCert =
You can’t perform that action at this time.
0 commit comments