From: jmc Date: Sat, 8 Jul 2023 21:51:45 +0000 (+0000) Subject: max_processes -> max_jobs in usage(); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ea5a4cace30cc1a1ceca4b1290e0f10c1102bd7b;p=openbsd max_processes -> max_jobs in usage(); --- diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 93b38671e25..2ffd8456ca8 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.130 2023/05/30 04:42:21 espie Exp $ */ +/* $OpenBSD: main.c,v 1.131 2023/07/08 21:51:45 jmc Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -941,7 +941,7 @@ usage() { (void)fprintf(stderr, "usage: make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk]\n\ - [-I directory] [-j max_processes] [-m directory] [-V variable]\n\ + [-I directory] [-j max_jobs] [-m directory] [-V variable]\n\ [NAME=value ...] [target ...]\n"); exit(2); }