From 740154e3a286d2a77be779772efc63d1ed14cd55 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 6 Sep 2009 11:54:09 +0000 Subject: monitor-get-edid-using-vbe: show all options in --help output --- monitor-get-edid-using-vbe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'monitor-get-edid-using-vbe.c') diff --git a/monitor-get-edid-using-vbe.c b/monitor-get-edid-using-vbe.c index 753b46e..567433e 100644 --- a/monitor-get-edid-using-vbe.c +++ b/monitor-get-edid-using-vbe.c @@ -40,7 +40,8 @@ int main(int argc, char **argv) else if (strcmp(arg, "--use-cpuemu") == 0) hd_data.flags.cpuemu = 1; else if (strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { - printf("usage: monitor-get-edid [-v] [--port <0-3>]\n"); + printf("usage: monitor-get-edid [-v] [--port <0-3>] [--try-in-console]\n" + "[--map-bios-vram] [--check-bios-crc] [--use-cpuemu]\n"); exit(1); } } -- cgit v1.2.1