mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
commit
c99e974be2
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ def cmdLineParser(argv=None):
|
|||
if not command:
|
||||
continue
|
||||
elif command.lower() == "clear":
|
||||
clearHistory()
|
||||
clearHistory()
|
||||
print "[i] history cleared"
|
||||
saveHistory(AUTOCOMPLETE_TYPE.SQLMAP)
|
||||
elif command.lower() in ("x", "q", "exit", "quit"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue