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>
This commit is contained in:
Patrick Rudolph 2019-11-21 17:33:58 +01:00 committed by Patrick Georgi
parent 8601afb679
commit bc2204edd2
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}