From 2959cd3e36fe2b74ff4ae3f244ac6e1c5a93cbbe Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 6 Sep 2009 12:45:34 +0000 Subject: fix --help intendation of previous commit --- monitor-get-edid-using-vbe.c | 2 +- 1 file changed, 1 insertion(+), 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 567433e..c4f2c08 100644 --- a/monitor-get-edid-using-vbe.c +++ b/monitor-get-edid-using-vbe.c @@ -41,7 +41,7 @@ int main(int argc, char **argv) else if (strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { printf("usage: monitor-get-edid [-v] [--port <0-3>] [--try-in-console]\n" - "[--map-bios-vram] [--check-bios-crc] [--use-cpuemu]\n"); + " [--map-bios-vram] [--check-bios-crc] [--use-cpuemu]\n"); exit(1); } } -- cgit v1.2.1