diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-02-07 18:52:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-02-07 18:52:36 +0000 |
commit | cc8867f490d513aebd3ca69b98dbb1506e144390 (patch) | |
tree | 8ec3c8b73229765b190b5d2260cab7f8d7c59951 | |
parent | 237ff50d5c4fc7cd3201528aa102e3fefbdb4ee3 (diff) |
sync usage(); ok espie
-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 73132e811a7..9d67bfcf4da 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.109 2015/02/07 13:32:12 espie Exp $ */ +/* $OpenBSD: main.c,v 1.110 2015/02/07 18:52:35 jmc Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -892,8 +892,8 @@ static void usage() { (void)fprintf(stderr, -"usage: make [-BeiknPqrSst] [-C dir] [-D variable] [-d flags] [-f makefile]\n\ - [-I directory] [-j max_jobs] [-m directory] [-V variable]\n\ +"usage: make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk]\n\ + [-I directory] [-j max_processes] [-m directory] [-V variable]\n\ [NAME=value] [target ...]\n"); exit(2); } |