mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update regarding --exact switch
This commit is contained in:
@@ -598,7 +598,7 @@ def cmdLineParser():
|
||||
|
||||
miscellaneous.add_option("--exact", dest="exact",
|
||||
action="store_true",
|
||||
help="Prefer usage of exact names for provided identificators")
|
||||
help="Prefer usage of exactly provided identificator names")
|
||||
|
||||
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
|
||||
help="Use Google dork results from specified page number")
|
||||
|
||||
Reference in New Issue
Block a user