1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-12 00:29:29 +00:00

Set exitstatus 0 for --help

This commit is contained in:
Mike Naberezny 2016-10-07 13:40:33 -07:00
parent 71f41cc0c7
commit 1d031cab3c

View File

@ -101,7 +101,7 @@ class Monitor(cmd.Cmd):
elif opt in ("-h", "--help"):
self._usage()
self._exit(1)
self._exit(0)
if (flag_mpu == True) or (flag_rom == True):
if mpu_value == "":