[PATCH] Update the help to match the available options.
chrisj at rtems.org
chrisj at rtems.org
Mon Oct 21 12:48:57 UTC 2019
From: Chris Johns <chrisj at rtems.org>
---
help.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/help.c b/help.c
index 2593d84..b3f5407 100644
--- a/help.c
+++ b/help.c
@@ -25,8 +25,11 @@ sis_usage ()
{
printf ("usage: sis [-uart1 uart_device1] [-uart2 uart_device2]\n");
- printf ("[-m <n>] [-dumbio] [-v] \n");
- printf ("[-nfp] [-freq frequency] [-c batch_file] [files]\n");
+ printf ("[-m <n>] [-dumbio] [-gdb] [-port port]\n");
+ printf ("[-cov] [-nfp] [-ift] [-wrp] [-rom8] [-uben]\n");
+ printf ("[-freq frequency] [-c batch_file]\n");
+ printf ("[-erc32] [-leon2] [-leon3] [-ricsv]\n");
+ printf ("[-d] [-v] [files]\n");
}
void
--
2.21.0 (Apple Git-122)
More information about the devel
mailing list