cbfstool: Fix help display message
For arm64, the machine type is arm64 in cbfstool, however it was displayed as aarch64 in help message. This patch corrects it. BUG=None BRANCH=None TEST=None Change-Id: I0319907d6c9d136707ed35d6e9686ba67da7dfb2 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/204379 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
8c57da5f8f
commit
1f5f4c853e
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ static void usage(char *name)
|
|||
"Updates the FIT table with microcode entries\n"
|
||||
"\n"
|
||||
"ARCHes:\n"
|
||||
" aarch64, arm, x86\n"
|
||||
" arm64, arm, x86\n"
|
||||
"TYPEs:\n", name, name
|
||||
);
|
||||
print_supported_filetypes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue