forked from len0rd/rockbox
hwstub: small fixes to argument processing and usage()
Change-Id: I3daa5e0c3fa2e7eab6a3d75b4c8aa66254d72f3c
This commit is contained in:
parent
9851849ae6
commit
f4091be1d3
2 changed files with 6 additions and 5 deletions
|
|
@ -1299,7 +1299,7 @@ void usage(void)
|
|||
printf("shell, compiled with hwstub protocol %d.%d\n",
|
||||
HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR);
|
||||
printf("\n");
|
||||
printf("usage: shell [options] <soc desc files>\n");
|
||||
printf("usage: hwstub_shell [options] <soc desc files>\n");
|
||||
printf("options:\n");
|
||||
printf(" --help/-? Display this help\n");
|
||||
printf(" --quiet/-q Quiet non-command messages\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue