mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Remove a whitespace tail
This commit is contained in:
parent
3a94435cce
commit
bc6cc4bc1d
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