Author: sebb
Date: Wed Mar 17 15:46:43 2010
New Revision: 924335
URL: http://svn.apache.org/viewvc?rev=924335&view=rev
Log:
Make prunmgr description more consistent with that of prunsrv
Modified:
commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=924335&r1=924334&r2=924335&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Wed Mar 17 15:46:43
2010
@@ -44,16 +44,20 @@ see <a href="jsvc.html#Using_jsvc">Using
<b>Prunmgr</b> is a GUI application for monitoring and configuring procrun
services.
</p>
+<p>
+ Each command line directive is in the form of <b>//XX[//ServiceName]</b>
+</p>
<p>The available command line options are:</p>
<p>
<table>
- <tr><th>//ES//[servicename]</th>
+ <tr><th>//ES</th>
<td>Edit service configuration</td>
<td>This is the default operation. It is called if the no option is
provided but the executable is renamed to <b>servicename.exe</b>.
+ The default service name is taken from the name of the executable.
</td>
</tr>
- <tr><th>//MS//[servicename]</th>
+ <tr><th>//MS</th>
<td>Monitor service</td>
<td>Put the icon in the system tray.
The default service name is taken from the name of the executable.