summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-10-13 18:24:10 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-10-17 15:09:42 +0200
commit5b6bdcc1a5ac3d103dedec94bd712c8780ebf13c (patch)
tree2047b327505fd776ecec6e30998d0b9960522c59 /util/cbfstool
parent01fbc3a1dd6fe11b17e5632d20e9d9605a697852 (diff)
downloadcoreboot-5b6bdcc1a5ac3d103dedec94bd712c8780ebf13c.tar.gz
coreboot-5b6bdcc1a5ac3d103dedec94bd712c8780ebf13c.tar.bz2
coreboot-5b6bdcc1a5ac3d103dedec94bd712c8780ebf13c.zip
cbfstool: Fix typo in help text
Change-Id: Ic5a3be1128f2f9a53d21e0a2c577192962260df6 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/17018 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/cbfstool')
-rw-r--r--util/cbfstool/cbfstool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index 6553c4234c20..c823dc8209ba 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -1191,7 +1191,7 @@ static void usage(char *name)
" -u Accept short data; fill upward/from bottom\n"
" -d Accept short data; fill downward/from top\n"
" -F Force action\n"
- " -g Generate potition and alignment arguments\n"
+ " -g Generate position and alignment arguments\n"
" -v Provide verbose output\n"
" -h Display this help message\n\n"
"COMMANDs:\n"