Corrected comment.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813929 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/src/main/java/org/apache/felix/main/Main.java b/main/src/main/java/org/apache/felix/main/Main.java
index c5c91c8..67296c0 100644
--- a/main/src/main/java/org/apache/felix/main/Main.java
+++ b/main/src/main/java/org/apache/felix/main/Main.java
@@ -163,8 +163,9 @@
* <li><tt>felix.auto.deploy.action</tt> - Specifies the auto-deploy actions
* to be found on bundle JAR files found in the auto-deploy directory.
* The possible actions are <tt>install</tt>, <tt>update</tt>,
- * <tt>start</tt>, and <tt>uninstall</tt>. The default value is
- * <tt>install</tt>, <tt>update</tt>, and <tt>start</tt>.
+ * <tt>start</tt>, and <tt>uninstall</tt>. If no actions are specified,
+ * then the auto-deploy directory is not processed. There is no default
+ * value for this property.
* </li>
* </ul>
* </li>