mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #5886
This commit is contained in:
parent
29825cd5d6
commit
c8c7feebb0
7 changed files with 17 additions and 9 deletions
|
|
@ -775,6 +775,9 @@ def cmdLineParser(argv=None):
|
|||
miscellaneous.add_argument("--no-logging", dest="noLogging", action="store_true",
|
||||
help="Disable logging to a file")
|
||||
|
||||
miscellaneous.add_argument("--no-truncate", dest="noTruncate", action="store_true",
|
||||
help="Disable console output truncation (e.g. long entr...)")
|
||||
|
||||
miscellaneous.add_argument("--offline", dest="offline", action="store_true",
|
||||
help="Work in offline mode (only use session data)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue