summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2015-08-26 10:40:00 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-08-27 15:07:13 +0000
commit83c2d12a3d33764c4b74c14b30f2541ce4ab4a19 (patch)
tree5bba05aad4108c99b18daeea9b5bfa2a78deeb86 /util
parentf5252f378bbe3227406711f317fb4e1a41610e33 (diff)
downloadcoreboot-83c2d12a3d33764c4b74c14b30f2541ce4ab4a19.tar.gz
coreboot-83c2d12a3d33764c4b74c14b30f2541ce4ab4a19.tar.bz2
coreboot-83c2d12a3d33764c4b74c14b30f2541ce4ab4a19.zip
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>
Diffstat (limited to 'util')
-rw-r--r--util/cbfstool/cbfstool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index 0481e7d0ba07..059acbf14e23 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -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"