diff --git a/documentation/index.html b/documentation/index.html
index 95d642c..eca2ac9 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -645,6 +645,13 @@ New versions found:
Specify the plug-ins to load. |
This is similar to specifying these plug-in id's in a build file except that no build file is needed. |
+
+ --profiling |
+ |
+ |
+ Display timings for the build tasks. |
+ |
+
--resolve |
Maven id (e.g. "com.beust:kobalt:0.228" ) |
@@ -652,20 +659,20 @@ New versions found:
Display information about the given id. |
Display which repo this artifact can be found in and the whole graph of its dependencies. |
-
- --tasks |
- Boolean |
- false |
- List the tasks available. |
- Note that the available tasks will vary depending on which projects are in your build file. |
-
-
- --update |
- Boolean |
- false |
- Update Kobalt to the latest version available. |
- Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually. |
-
+
+ --tasks |
+ Boolean |
+ false |
+ List the tasks available. |
+ Note that the available tasks will vary depending on which projects are in your build file. |
+
+
+ --update |
+ Boolean |
+ false |
+ Update Kobalt to the latest version available. |
+ Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually. |
+
Testing