mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor fix
This commit is contained in:
parent
9e900ccbac
commit
a2d5358b08
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ def cmdLineParser():
|
|||
except SystemExit, _:
|
||||
# Protection against Windows dummy double clicking
|
||||
if IS_WIN:
|
||||
print "\nPress any key to continue...",
|
||||
print "\nPress Enter to continue...",
|
||||
raw_input()
|
||||
raise
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue