mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor cosmetic update
This commit is contained in:
parent
8a92dd3aaa
commit
6888d2fc34
|
@ -838,7 +838,7 @@ def cmdLineParser():
|
|||
if argv[i] == "-hh":
|
||||
argv[i] = "-h"
|
||||
elif argv[i] == "--version":
|
||||
print VERSION_STRING
|
||||
print VERSION_STRING.split('/')[-1]
|
||||
raise SystemExit
|
||||
elif argv[i] == "-h":
|
||||
advancedHelp = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user