mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Fix for an Issue #886
This commit is contained in:
@@ -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 _)
|
||||
|
||||
Reference in New Issue
Block a user