[coreboot-gerrit] New patch to review for coreboot: cbfstool: reorder help text

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Jan 13 09:53:19 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12922

-gerrit

commit da41c9c5940db5737011bd79b3ec9c37ec6d3197
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Jan 13 09:52:29 2016 +0100

    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 at chromium.org>
---
 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 276c159..62edd4b 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                               "



More information about the coreboot-gerrit mailing list