[coreboot-gerrit] New patch to review for coreboot: cbfstool: Fix typo in error message

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Oct 16 14:37:51 CEST 2015


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

-gerrit

commit 92e16e33f42a64f2f6b043cd5849ebccdd59c05e
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Fri Oct 16 13:37:21 2015 +0200

    cbfstool: Fix typo in error message
    
    Change-Id: Iaee7e2c74fe9f63d4d4878278bd445af393942f4
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 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 8048c83..5d87c9f 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -913,7 +913,7 @@ static int cbfs_update_fit(void)
 static int cbfs_copy(void)
 {
 	if (!param.copyoffset_assigned) {
-		ERROR("You need to specify -D/--copy_offset.\n");
+		ERROR("You need to specify -D/--copy-offset.\n");
 		return 1;
 	}
 



More information about the coreboot-gerrit mailing list