diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-15 14:27:21 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-15 14:27:21 +0000 |
| commit | fa01047efc7919ff1e79a5fd022593cc928333de (patch) | |
| tree | 8cfd41ae1a32449bed6dfbbdee6d8ffb588a039f /usr.bin/make | |
| parent | a07872b53ce5face012b43beb2d2484bfe17612c (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 226ca94283c0..203b2b5fdcac 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1130,8 +1130,8 @@ static void usage(void) { (void)fprintf(stderr, "%s\n%s\n%s\n", -"usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile]", -" [-I directory] [-j max_jobs] [-m directory] [-V variable]", -" [variable=value] [target ...]"); +"usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]", +" [-E variable] [-f makefile] [-I directory] [-j max_jobs]", +" [-m directory] [-V variable] [variable=value] [target ...]"); exit(2); } |
