]> granicus.if.org Git - apache/commitdiff
Cleanup the command line options: `-?' was documented to show the usage list
authorRalf S. Engelschall <rse@apache.org>
Thu, 17 Dec 1998 15:09:33 +0000 (15:09 +0000)
committerRalf S. Engelschall <rse@apache.org>
Thu, 17 Dec 1998 15:09:33 +0000 (15:09 +0000)
but does it with an error because `?' is not a valid command. OTOH a lot of
users expect `-h' to print such a usage list and instead are annoyed for ages
by our huge unreadable list of directives.  So we now changed the command line
options this way:

 1. `-L' => `-R'
    Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
    very similar to the popular linker option.

 2. `-h' => `-L'
    Intent: while -l gives the small list of modules, -L now gives the
    large list of directives implemented by these modules.  This is also
    consistent with -v (short version info) and -V (large version info).

 3. `-?' => `-h'
    Intent: it's now the expected option ;-)

The manual page was adjusted accordingly.

Submitted by: Ralf S. Engelschall
Reviewed by: Randy Terbush
PR: 2714

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82497 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/invoking.html
docs/manual/invoking.html.en

index 3c699d74e4262b7317c06aba1f0298fbb1910e46..bcabbd79fd19e88dc765bf9bbc396749696ba49b 100644 (file)
@@ -78,7 +78,7 @@ behavior and performance of the apache server (<EM>e.g.</EM>,
 <SAMP>-DUSE_MMAP_FILES</SAMP>),
 then exit.
 
-<DT><A NAME="help"><CODE>-h</CODE></A>
+<DT><A NAME="help"><CODE>-L</CODE></A>
 <DD>Give a list of directives together with expected arguments and
 places where the directive is valid. (New in Apache 1.2)
 
index 3c699d74e4262b7317c06aba1f0298fbb1910e46..bcabbd79fd19e88dc765bf9bbc396749696ba49b 100644 (file)
@@ -78,7 +78,7 @@ behavior and performance of the apache server (<EM>e.g.</EM>,
 <SAMP>-DUSE_MMAP_FILES</SAMP>),
 then exit.
 
-<DT><A NAME="help"><CODE>-h</CODE></A>
+<DT><A NAME="help"><CODE>-L</CODE></A>
 <DD>Give a list of directives together with expected arguments and
 places where the directive is valid. (New in Apache 1.2)