mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
update regarding --space option
This commit is contained in:
parent
e176b36a7f
commit
2e5f269650
3 changed files with 5 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ def cmdLineParser():
|
|||
help="Page comparison threshold value (0.0-1.0)")
|
||||
|
||||
injection.add_option("--space", dest="space",
|
||||
help="Use defined string instead of standard ' '")
|
||||
help="Use defined string for space instead of standard ' '")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue