mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: cbfstool: Fix typo in help text
BUG=None BRANCH=None TEST=None Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/17018 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: Ic5a3be1128f2f9a53d21e0a2c577192962260df6 Reviewed-on: https://chromium-review.googlesource.com/398760 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
d77ff101b1
commit
476a68f28b
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ static void usage(char *name)
|
|||
" -u Accept short data; fill upward/from bottom\n"
|
||||
" -d Accept short data; fill downward/from top\n"
|
||||
" -F Force action\n"
|
||||
" -g Generate potition and alignment arguments\n"
|
||||
" -g Generate position and alignment arguments\n"
|
||||
" -v Provide verbose output\n"
|
||||
" -h Display this help message\n\n"
|
||||
"COMMANDs:\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue