Merge pull request #1728 from LionNatsu/patch-2

Minor change: typo
This commit is contained in:
Miroslav Stampar 2016-02-23 11:02:10 +01:00
commit c99e974be2

View File

@ -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"):