fd/decode: Fix "OPTSIONS" typo in help messages

Signed-off-by: Mark Collins <mark@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28253>
This commit is contained in:
Mark Collins
2024-03-18 15:25:28 +00:00
committed by Marge Bot
parent 8b4b252674
commit f72cd2eae7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ print_usage(const char *name)
{
/* clang-format off */
fprintf(stderr, "Usage:\n\n"
"\t%s [OPTSIONS]... FILE...\n\n"
"\t%s [OPTIONS]... FILE...\n\n"
"Options:\n"
"\t-v, --verbose - more verbose disassembly\n"
"\t--dump-shaders - dump each shader to a raw file\n"
+1 -1
View File
@@ -194,7 +194,7 @@ print_usage(const char *name)
{
/* clang-format off */
fprintf(stderr, "Usage:\n\n"
"\t%s [OPTSIONS]... FILE...\n\n"
"\t%s [OPTIONS]... FILE...\n\n"
"Options:\n"
"\t --vastart=offset\n"
"\t --vasize=size\n"
+1 -1
View File
@@ -82,7 +82,7 @@ print_usage(const char *name)
{
/* clang-format off */
fprintf(stderr, "Usage:\n\n"
"\t%s [OPTSIONS]... FILE...\n\n"
"\t%s [OPTIONS]... FILE...\n\n"
"Options:\n"
"\t-s, --submit=№ - № of the submit to decompile\n"
"\t--no-reg-bunch - Use pkt4 for each reg in CP_CONTEXT_REG_BUNCH\n"
+1 -1
View File
@@ -80,7 +80,7 @@ print_usage(const char *name, const char *default_csgen)
{
/* clang-format off */
fprintf(stderr, "Usage:\n\n"
"\t%s [OPTSIONS]... FILE...\n\n"
"\t%s [OPTIONS]... FILE...\n\n"
"Options:\n"
"\t-e, --exe=NAME - only use cmdstream from named process\n"
"\t-o --override=submit - № of the submit to override\n"