Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 25402 invoked by uid 6000); 14 Jul 1998 09:49:14 -0000 Received: (qmail 25395 invoked by alias); 14 Jul 1998 09:49:12 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 25393 invoked by uid 177); 14 Jul 1998 09:49:11 -0000 Date: 14 Jul 1998 09:49:11 -0000 Message-ID: <19980714094911.25392.qmail@hyperreal.org> From: martin@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/main http_main.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org martin 98/07/14 02:49:11 Modified: src/main http_main.c Log: Add missing Usage() line for new -D switch Revision Changes Path 1.373 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v retrieving revision 1.372 retrieving revision 1.373 diff -u -u -r1.372 -r1.373 --- http_main.c 1998/07/13 11:32:39 1.372 +++ http_main.c 1998/07/14 09:49:10 1.373 @@ -883,6 +883,7 @@ #ifdef SHARED_CORE fprintf(stderr, " -L directory : specify an alternate location for shared object files\n"); #endif + fprintf(stderr, " -D name : define a name for use in directives\n"); fprintf(stderr, " -d directory : specify an alternate initial ServerRoot\n"); fprintf(stderr, " -f file : specify an alternate ServerConfigFile\n"); fprintf(stderr, " -C \"directive\" : process directive before reading config files\n");