mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor comment update
This commit is contained in:
parent
a61e287d23
commit
9e900ccbac
1 changed files with 1 additions and 0 deletions
|
|
@ -566,6 +566,7 @@ def cmdLineParser():
|
|||
parser.error(e)
|
||||
|
||||
except SystemExit, _:
|
||||
# Protection against Windows dummy double clicking
|
||||
if IS_WIN:
|
||||
print "\nPress any key to continue...",
|
||||
raw_input()
|
||||
|
|
|
|||
Loading…
Reference in a new issue