summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-10-21 23:48:57 +1100
committerJiri Gaisler <jiri@gaisler.se>2019-11-14 12:48:05 +0100
commite516833786f5fa0f82f93f11e5e18b9250683034 (patch)
tree69204a0589c31f0477395c56a008055fba543f8e
parent3475d6203ce56692cab1af0e402de286ac9bf0f8 (diff)
Update the help to match the available options.2.20
-rw-r--r--help.c7
1 files 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