mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor layout adjustment and typo fix
This commit is contained in:
parent
b50a2288f4
commit
f6adb431e6
3 changed files with 5 additions and 4 deletions
|
|
@ -97,15 +97,15 @@ def cmdLineParser():
|
|||
help="Extra HTTP headers newline separated")
|
||||
|
||||
request.add_option("--auth-type", dest="aType",
|
||||
help="HTTP Authentication type "
|
||||
help="HTTP authentication type "
|
||||
"(Basic, Digest or NTLM)")
|
||||
|
||||
request.add_option("--auth-cred", dest="aCred",
|
||||
help="HTTP Authentication credentials "
|
||||
help="HTTP authentication credentials "
|
||||
"(name:password)")
|
||||
|
||||
request.add_option("--auth-cert", dest="aCert",
|
||||
help="HTTPs Authentication certificate ("
|
||||
help="HTTP authentication certificate ("
|
||||
"key_file,cert_file)")
|
||||
|
||||
request.add_option("--proxy", dest="proxy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue