cbfstool: reorder help text
hashcbfs was spliced in a line early, mixing up 'extract' and 'cbfshash' help texts. Change-Id: I86d4edb9eec0685a290b2dd4c2dc45d3611eba9a Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/12922 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
cf77d28ff7
commit
485225e0a3
|
@ -1152,9 +1152,9 @@ static void usage(char *name)
|
|||
" print [-r image,regions] "
|
||||
"Show the contents of the ROM\n"
|
||||
" extract [-r image,regions] [-m ARCH] -n NAME -f FILE "
|
||||
"Extracts a raw payload from ROM\n"
|
||||
" hashcbfs -r image_region -R source-region "
|
||||
"Hashes CBFS source-region and saves digest\n"
|
||||
"Extracts a raw payload from ROM\n"
|
||||
" write -r image,regions -f file [-u | -d] "
|
||||
"Write file into same-size [or larger] raw region\n"
|
||||
" read [-r fmap-region] -f file "
|
||||
|
|
Loading…
Reference in New Issue