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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user