diff options
author | Matt Turner <[email protected]> | 2018-03-21 14:05:09 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-03-22 09:56:09 -0700 |
commit | f56693af4b2039ff389d74c181e107e48950b893 (patch) | |
tree | ac7bb8fb37dc7e6074a2f22886cadefe1e1b1337 /src/intel/tools/aubinator.c | |
parent | aa18a63512ccfa4eb8bc5d043e8967738a465af4 (diff) |
intel/tools/aubinator: Drop platform list from print_help()
We all know the platform names, and I don't want to update this list
continually.
Reviewed-by: Rafael Antognolli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/tools/aubinator.c')
-rw-r--r-- | src/intel/tools/aubinator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index 8029dc12155..2a72efa8a2c 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -548,7 +548,7 @@ print_help(const char *progname, FILE *file) "Decode aub file contents from either FILE or the standard input.\n\n" "A valid --gen option must be provided.\n\n" " --help display this help and exit\n" - " --gen=platform decode for given platform (ivb, byt, hsw, bdw, chv, skl, kbl, bxt or cnl)\n" + " --gen=platform decode for given platform (3 letter platform name)\n" " --headers decode only command headers\n" " --color[=WHEN] colorize the output; WHEN can be 'auto' (default\n" " if omitted), 'always', or 'never'\n" |