From bc2204edd24eab1162613fe610746a63ec1a66c0 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 21 Nov 2019 17:33:58 +0100 Subject: util/pgtblgen: Fix typo Change-Id: I638eda3040c7225aa4a8b492c8dc78b0e2effba1 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/37369 Reviewed-by: Patrick Georgi Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- util/pgtblgen/pgtblgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -a -o \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"); } -- cgit v1.2.3