fix help when no arguments are passed to m5
--HG-- extra : convert_revision : ee6614166fd5814654309298abe5a706ff02c4c2
This commit is contained in:
@@ -182,7 +182,7 @@ options = attrdict()
|
||||
arguments = []
|
||||
|
||||
def usage(exitcode=None):
|
||||
print parser.help
|
||||
parser.print_help()
|
||||
if exitcode is not None:
|
||||
sys.exit(exitcode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user