projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c368ff0
)
fix help when no arguments are passed to m5
author
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 13 Jul 2006 19:48:41 +0000
(15:48 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 13 Jul 2006 19:48:41 +0000
(15:48 -0400)
--HG--
extra : convert_revision :
ee6614166fd5814654309298abe5a706ff02c4c2
src/python/m5/main.py
patch
|
blob
|
history
diff --git
a/src/python/m5/main.py
b/src/python/m5/main.py
index 54c54c1d5d9c57d8dbd72eb31de87c85fb3efeec..afe73d94ce0204e38a95b69f36b4a3d156419c8b 100644
(file)
--- a/
src/python/m5/main.py
+++ b/
src/python/m5/main.py
@@
-182,7
+182,7
@@
options = attrdict()
arguments = []
def usage(exitcode=None):
- p
rint parser.help
+ p
arser.print_help()
if exitcode is not None:
sys.exit(exitcode)