mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #5886
This commit is contained in:
@@ -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)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user