mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
logging is now handled in a separate file descriptor :) - issue #297
This commit is contained in:
parent
794700eb37
commit
9766f6025e
2 changed files with 19 additions and 21 deletions
|
|
@ -664,7 +664,7 @@ def cmdLineParser():
|
|||
help="Simple wizard interface for beginner users")
|
||||
|
||||
# Hidden and/or experimental options
|
||||
parser.add_option("--pickle", dest="pickledOptions", help=SUPPRESS_HELP)
|
||||
parser.add_option("--pickled-options", dest="pickledOptions", help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--profile", dest="profile", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue