tAdded documentation on the -u/--plugin command line option. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fcc8db8b4351d718fcee43f57e1b1d2b26ceaeef
 (DIR) parent f1970991f627132bbdaa3f40b7fc170936bcc7f7
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 25 Jun 2002 19:39:16 +0000
       
       Added documentation on the -u/--plugin command line option.
       
       
       Diffstat:
         M doc/commandline.html                |       9 ++++++++-
       
       1 file changed, 8 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/doc/commandline.html b/doc/commandline.html
       t@@ -148,6 +148,13 @@ files properly, so they cannot be automatically converted. (Such automatic
        conversion would also pose a security risk if the dopewars binary is running
        setgid.)</dd>
        
       +<dt><b>-u </i>name</i></b>, <b>--plugin=<i>name</i></b></dt>
       +<dd>Uses the named plugin for sound output. Valid options are "none" (for
       +no sound) plus any name registered by plugins found on your system. (These
       +are currently "winmm" for the Windows multimedia system plugin, and "esd"
       +and "sdl" for Unix plugins using the ESound and SDL libraries.) If no such
       +option is given, the first valid sound plugin to be found is used.</dd>
       +
        <dt><b>-h</b>, <b>--help</b></dt>
        <dd>Displays a brief description of the available command line options, and
        contact details.</dd>
       t@@ -161,6 +168,6 @@ contact details.</dd>
        <ul>
        <li><a href="index.html">Main index</a></li>
        </ul>
       -<p>Last update: <b>23-06-2002</b></p>
       +<p>Last update: <b>25-06-2002</b></p>
        </body>
        </html>