You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/07/14 11:49:11 UTC

cvs commit: apache-1.3/src/main http_main.c

martin      98/07/14 02:49:11

  Modified:    src/main http_main.c
  Log:
  Add missing Usage() line for new -D <define> 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 <IfDefine name> 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");