diff options
author | Patrick Rudolph <siro@das-labor.org> | 2019-11-21 17:33:58 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-30 19:25:15 +0000 |
commit | bc2204edd24eab1162613fe610746a63ec1a66c0 (patch) | |
tree | bac97efc70c010908fd9d62aa9d400b59484d20a /util/pgtblgen | |
parent | 8601afb679f9e0af556a4bd19473d9dc5c140895 (diff) |
util/pgtblgen: Fix typo
Change-Id: I638eda3040c7225aa4a8b492c8dc78b0e2effba1
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37369
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/pgtblgen')
-rw-r--r-- | util/pgtblgen/pgtblgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c index efbad55204..e9ebd8b0cf 100644 --- a/util/pgtblgen/pgtblgen.c +++ b/util/pgtblgen/pgtblgen.c @@ -28,7 +28,7 @@ static void usage(char *argv[]) printf("usage: %s -b <addr> -a <arch> -o <file>\n", argv[0]); printf(" -a\t architecure. Supported: x86_64\n"); printf(" -b\t base address\n"); - printf(" -b\t the file to write to\n"); + printf(" -o\t the file to write to\n"); printf(" -h\t show this help text\n"); } |