[PATCH] Update the help to match the available options.

Jiri Gaisler jiri at gaisler.se
Mon Oct 21 21:31:25 UTC 2019


Looks good to me - push ...

On 10/21/19 2:48 PM, chrisj at rtems.org wrote:
> 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


More information about the devel mailing list