diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-20 10:38:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-20 10:38:26 +0000 |
commit | 09a3de3b79502bd615be868e9b78e60012227b6b (patch) | |
tree | 00b3476228cca119284fa8a5dd0fda929d0f09de /usr.sbin | |
parent | ce5056f3cb1b7d04063f27067ee376d700a9b81e (diff) |
short -u description in httpd -h
pointed out by Sam Smith
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/main/http_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/main/http_main.c b/usr.sbin/httpd/src/main/http_main.c index 37bfc24d212..08f549bc495 100644 --- a/usr.sbin/httpd/src/main/http_main.c +++ b/usr.sbin/httpd/src/main/http_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: http_main.c,v 1.18 2002/07/19 21:31:15 henning Exp $ */ +/* $OpenBSD: http_main.c,v 1.19 2002/07/20 10:38:25 henning Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -1417,6 +1417,7 @@ static void usage(char *bin) fprintf(stderr, " -T : run syntax check for config files (without docroot check)\n"); #ifndef WIN32 fprintf(stderr, " -F : run main process in foreground, for process supervisors\n"); + fprintf(stderr, " -u : Unsecure mode. Do not chroot into DocumentRoot.\n"); #endif #ifdef WIN32 fprintf(stderr, " -n name : name the Apache service for -k options below;\n"); |