Module Name: src
Committed By: mrg
Date: Tue Oct 4 18:26:47 UTC 2016
Modified Files:
src/libexec/httpd: main.c
Log Message:
add -V to the usage() list. noted by Swift Griggs on netbsd-users.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/libexec/httpd/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/main.c
diff -u src/libexec/httpd/main.c:1.14 src/libexec/httpd/main.c:1.15
--- src/libexec/httpd/main.c:1.14 Tue May 24 21:18:29 2016
+++ src/libexec/httpd/main.c Tue Oct 4 18:26:47 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.14 2016/05/24 21:18:29 agc Exp $ */
+/* $NetBSD: main.c,v 1.15 2016/10/04 18:26:47 mrg Exp $ */
/* $eterna: main.c,v 1.6 2011/11/18 09:21:15 mrg Exp $ */
/* from: eterna: bozohttpd.c,v 1.159 2009/05/23 02:14:30 mrg Exp */
@@ -101,6 +101,7 @@ usage(bozohttpd_t *httpd, char *progname
bozowarn(httpd,
" -v virtualroot\tenable virtual host support "
"in this directory");
+ bozowarn(httpd, " -V\t\tUnknown virtual hosts go to `slashdir'");
#ifndef NO_DIRINDEX_SUPPORT
bozowarn(httpd,
" -X\t\t\tenable automatic directory index support");