Sync usage() with SYNOPSIS.
This commit is contained in:
parent
a07872b53c
commit
fa01047efc
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user