Skip to content

Commit c99e974

Browse files
committed
Merge pull request #1728 from LionNatsu/patch-2
Minor change: typo
2 parents 3a94435 + bc6cc4b commit c99e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def _(self, *args):
861861
if not command:
862862
continue
863863
elif command.lower() == "clear":
864-
clearHistory()
864+
clearHistory()
865865
print "[i] history cleared"
866866
saveHistory(AUTOCOMPLETE_TYPE.SQLMAP)
867867
elif command.lower() in ("x", "q", "exit", "quit"):

0 commit comments

Comments
 (0)