mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-21 13:37:41 +00:00
Set exitstatus 0 for --help
This commit is contained in:
parent
71f41cc0c7
commit
1d031cab3c
@ -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 == "":
|
||||
|
Loading…
x
Reference in New Issue
Block a user