mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Fix for an Issue #886
This commit is contained in:
parent
65c3dfd651
commit
ab269f315f
|
@ -41,7 +41,7 @@ def cmdLineParser():
|
|||
|
||||
checkSystemEncoding()
|
||||
|
||||
_ = os.path.normpath(sys.argv[0])
|
||||
_ = getUnicode(os.path.normpath(sys.argv[0]), system=True)
|
||||
|
||||
usage = "%s%s [options]" % ("python " if not IS_WIN else "", \
|
||||
"\"%s\"" % _ if " " in _ else _)
|
||||
|
|
Loading…
Reference in New Issue
Block a user