From b75baf490381da1c22169f9c1ca5061aebdb43b5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 26 Jul 2009 21:57:23 +0000 Subject: [PATCH] The usage screen now fits in 80 columns --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 8718edd..198612c 100644 --- a/src/main.c +++ b/src/main.c @@ -144,7 +144,7 @@ static int _cpp_error(void) /* FIXME -E prints metadata? */ static int _usage(void) { - fputs("Usage: " PACKAGE " [-D name[=value]]...[-I directory][-o outfile][-t][-U name]... input...\n" + fputs("Usage: " PACKAGE " [-D name[=value]]...[-I directory][-o file][-t][-U name]... input...\n" " -D Add a substitution\n" " -I Add a directory to the search path\n" " -o Write output to a file\n"