You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/12/19 12:34:17 UTC

svn commit: r892464 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

Author: markt
Date: Sat Dec 19 11:34:16 2009
New Revision: 892464

URL: http://svn.apache.org/viewvc?rev=892464&view=rev
Log:
start not -start, stop not -stop

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Catalina.java?rev=892464&r1=892463&r2=892464&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Catalina.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Sat Dec 19 11:34:16 2009
@@ -50,8 +50,8 @@
  *     "catalina.base" system property.   [conf/server.xml]
  * <li><b>-help</b>      - Display usage information.
  * <li><b>-nonaming</b>  - Disable naming support.
- * <li><b>-start</b>     - Start an instance of Catalina.
- * <li><b>-stop</b>      - Stop the currently running instance of Catalina.
+ * <li><b>start</b>      - Start an instance of Catalina.
+ * <li><b>stop</b>       - Stop the currently running instance of Catalina.
  * </u>
  *
  * Should do the same thing as Embedded, but using a server.xml file.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org