Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51451 )

Change subject: tests: Fix argparse description in simple_binary_run.py
......................................................................

tests: Fix argparse description in simple_binary_run.py

Change-Id: I3a86cf9e3326a06f442315d2510c5aec326af358
---
M tests/gem5/configs/simple_binary_run.py
1 file changed, 10 insertions(+), 2 deletions(-)



diff --git a/tests/gem5/configs/simple_binary_run.py b/tests/gem5/configs/simple_binary_run.py
index 2c27ef7..229cebd 100644
--- a/tests/gem5/configs/simple_binary_run.py
+++ b/tests/gem5/configs/simple_binary_run.py
@@ -43,8 +43,7 @@
 import argparse

 parser = argparse.ArgumentParser(
-    description="A script to run the gem5 boot test. This test boots the "
-    "linux kernel."
+    description="A gem5 script for running simple binaries in SE mode."
 )

 parser.add_argument(

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51451
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I3a86cf9e3326a06f442315d2510c5aec326af358
Gerrit-Change-Number: 51451
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to