From 485225e0a382fe398a5e8283a00fc99670306b1e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 13 Jan 2016 09:52:29 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/12922 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Aaron Durbin --- util/cbfstool/cbfstool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- cgit v1.2.3