mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update
This commit is contained in:
parent
3fb22ef80a
commit
a8a5e61ee1
2 changed files with 2 additions and 2 deletions
|
|
@ -529,7 +529,7 @@ def cmdLineParser():
|
||||||
|
|
||||||
general.add_option("--tor", dest="tor",
|
general.add_option("--tor", dest="tor",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Use default Tor (Vidalia/Privoxy/Polipo) proxy address")
|
help="Use default Tor SOCKS5 proxy address")
|
||||||
|
|
||||||
general.add_option("--update", dest="updateAll",
|
general.add_option("--update", dest="updateAll",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
|
|
||||||
|
|
@ -571,7 +571,7 @@ parseErrors = False
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
replicate = False
|
replicate = False
|
||||||
|
|
||||||
# Use default Tor (Vidalia/Privoxy/Polipo) proxy address.
|
# Use default Tor SOCKS5 proxy address.
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
tor = False
|
tor = False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue