The usage screen now fits in 80 columns

This commit is contained in:
Pierre Pronchery 2009-07-26 21:57:23 +00:00
parent 4a8213ebd7
commit b75baf4903

View File

@ -144,7 +144,7 @@ static int _cpp_error(void)
/* FIXME -E prints metadata? */ /* FIXME -E prints metadata? */
static int _usage(void) 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" " -D Add a substitution\n"
" -I Add a directory to the search path\n" " -I Add a directory to the search path\n"
" -o Write output to a file\n" " -o Write output to a file\n"