start not -start, stop not -stop
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 19 Dec 2009 11:34:16 +0000 (11:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 19 Dec 2009 11:34:16 +0000 (11:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892464 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/Catalina.java

index 483ca72..73c7177 100644 (file)
@@ -50,8 +50,8 @@ import org.xml.sax.InputSource;
  *     "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.