mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor fix
This commit is contained in:
@@ -568,7 +568,7 @@ def cmdLineParser():
|
|||||||
except SystemExit, _:
|
except SystemExit, _:
|
||||||
# Protection against Windows dummy double clicking
|
# Protection against Windows dummy double clicking
|
||||||
if IS_WIN:
|
if IS_WIN:
|
||||||
print "\nPress any key to continue...",
|
print "\nPress Enter to continue...",
|
||||||
raw_input()
|
raw_input()
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user