1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00

Fixes the exit status for invalid -s args

This commit is contained in:
Doug Kearns 2021-03-07 22:54:32 +11:00
parent 4c29117b50
commit e21a84c170

View file

@ -13084,7 +13084,7 @@ FUNCTION ParseCMDLineArgs$ ()
PRINT "Valid switches:"
PRINT " -s:debuginfo=true/false (Embed C++ debug info into .EXE)"
PRINT " -s:exewithsource=true/false (Save .EXE in the source folder)"
SYSTEM
SYSTEM 1
END SELECT
_DEST 0
CASE "-l" 'goto line (ide mode only); -l:<line number>