cbfstool: update help text

cbfstool create doesn't accept alignment configuration anymore.

Change-Id: Idbf7662c605aa78e3d3413a21bfcbc1387f28701
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11358
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi 2015-08-26 10:40:00 +02:00 committed by Patrick Georgi
parent f5252f378b
commit 83c2d12a3d
1 changed files with 1 additions and 2 deletions

View File

@ -883,8 +883,7 @@ static void usage(char *name)
" [-H source header offset] "
"Create a copy (duplicate) cbfs instance*\n"
" create -m ARCH -s size [-b bootblock offset] \\\n"
" [-o CBFS offset] [-H header offset] [-B bootblock] \\\n"
" [-a align] "
" [-o CBFS offset] [-H header offset] [-B bootblock] "
"Create a legacy ROM file with CBFS master header*\n"
" create -M flashmap [-r list,of,regions,containing,cbfses] "
"Create a new-style partitioned firmware image\n"