Sync usage() with SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2003-04-15 14:27:21 +00:00
parent a07872b53c
commit fa01047efc

View File

@ -1130,8 +1130,8 @@ static void
usage(void) usage(void)
{ {
(void)fprintf(stderr, "%s\n%s\n%s\n", (void)fprintf(stderr, "%s\n%s\n%s\n",
"usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile]", "usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]",
" [-I directory] [-j max_jobs] [-m directory] [-V variable]", " [-E variable] [-f makefile] [-I directory] [-j max_jobs]",
" [variable=value] [target ...]"); " [-m directory] [-V variable] [variable=value] [target ...]");
exit(2); exit(2);
} }