diff options
Diffstat (limited to 'utils/hwstub/tools/hwstub_shell.cpp')
-rw-r--r-- | utils/hwstub/tools/hwstub_shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/hwstub_shell.cpp b/utils/hwstub/tools/hwstub_shell.cpp index 336b7fed6b..347793df86 100644 --- a/utils/hwstub/tools/hwstub_shell.cpp +++ b/utils/hwstub/tools/hwstub_shell.cpp | |||
@@ -1299,7 +1299,7 @@ void usage(void) | |||
1299 | printf("shell, compiled with hwstub protocol %d.%d\n", | 1299 | printf("shell, compiled with hwstub protocol %d.%d\n", |
1300 | HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR); | 1300 | HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR); |
1301 | printf("\n"); | 1301 | printf("\n"); |
1302 | printf("usage: shell [options] <soc desc files>\n"); | 1302 | printf("usage: hwstub_shell [options] <soc desc files>\n"); |
1303 | printf("options:\n"); | 1303 | printf("options:\n"); |
1304 | printf(" --help/-? Display this help\n"); | 1304 | printf(" --help/-? Display this help\n"); |
1305 | printf(" --quiet/-q Quiet non-command messages\n"); | 1305 | printf(" --quiet/-q Quiet non-command messages\n"); |