diff options
author | 2006-02-26 18:06:15 +0000 | |
---|---|---|
committer | 2006-02-26 18:06:15 +0000 | |
commit | de323d9ee430e238efdf6b14cc4535f6f7177548 (patch) | |
tree | 0d98f682d5a9b32a528d67ad68d32cf8cb180ac7 | |
parent | comma; (diff) | |
download | wireguard-openbsd-de323d9ee430e238efdf6b14cc4535f6f7177548.tar.xz wireguard-openbsd-de323d9ee430e238efdf6b14cc4535f6f7177548.zip |
consistent error message; from ray lai
ok deraadt
-rw-r--r-- | usr.bin/make/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index f28fadf56cf..7cfadc06e56 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.66 2005/02/17 02:37:21 jolan Exp $ */ +/* $OpenBSD: main.c,v 1.67 2006/02/26 18:06:15 jmc Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -268,7 +268,7 @@ MainParseArgs(int argc, char **argv) break; default: (void)fprintf(stderr, - "make: illegal argument to d option -- %c\n", + "make: illegal argument to -d option -- %c\n", *modules); usage(); } |