cbfstool: Fix typo in error message

Change-Id: Iaee7e2c74fe9f63d4d4878278bd445af393942f4
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/11920
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Patrick Georgi 2015-10-16 13:37:21 +02:00
parent 087477fd0e
commit 821bcd6456
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}