mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-20 23:21:55 +01:00
Fix for an Issue #886
This commit is contained in:
parent
65c3dfd651
commit
ab269f315f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue