summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-01-13 09:52:29 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-01-14 10:34:17 +0100
commit485225e0a382fe398a5e8283a00fc99670306b1e (patch)
tree4b6a44a474bd999cbb64a396c6692cc45817abff
parentcf77d28ff73e1f45f1e4b38f2c3c725fa552449b (diff)
downloadcoreboot-485225e0a382fe398a5e8283a00fc99670306b1e.tar.xz
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>
-rw-r--r--util/cbfstool/cbfstool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index 276c159d96..62edd4b7e6 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -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 "