From e516833786f5fa0f82f93f11e5e18b9250683034 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 21 Oct 2019 23:48:57 +1100 Subject: Update the help to match the available options. --- 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 ] [-dumbio] [-v] \n"); - printf ("[-nfp] [-freq frequency] [-c batch_file] [files]\n"); + printf ("[-m ] [-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 -- cgit v1.2.3