You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@apache.org on 2001/12/03 15:28:39 UTC

cvs commit: httpd-2.0/server main.c

ben         01/12/03 06:28:39

  Modified:    server   main.c
  Log:
  Handle the ? option.
  
  Revision  Changes    Path
  1.108     +1 -0      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- main.c	2001/11/29 07:30:49	1.107
  +++ main.c	2001/12/03 14:28:39	1.108
  @@ -370,6 +370,7 @@
   	    configtestonly = 1;
   	    break;
   	case 'h':
  +	case '?':
   	    usage(process);
   	}
       }