diff --git a/documentation/index.html b/documentation/index.html
index 87882c6..b95f217 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -347,15 +347,17 @@ Here are the options that you can pass to ./kobaltw
:
Name | Type | +Default | Description | Details |
--buildFile |
File | +Build.kt | Specify a build file. | Use this option if you are trying to build a project that's not in the current directory. |
--checkVersions |
Boolean | +false | td>Display all the new versions of your dependencies. | This option looks at all the dependencies found in your build file and then contacts all the Maven repositories in order to find out if any of these repos contains a newer version. If any are found, they are displayed:
@@ -380,21 +384,31 @@ New versions found: |
--dryRun |
+ Boolean | +false | +Display the tasks about to be run without actually running them. | +Use this option to get an idea of what the build will run without actually building anything. | +
--init |
Boolean | +false | Initialize a project for Kobalt. | This option will create a build file in the current directory (unless one already exists) and will install the Kobalt wrapper. |
--log |
Integer (0..3) | +1 | Specify the log level. | The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose output. |
--tasks |
Boolean | +false | List the tasks available. | Note that the available tasks will vary depending on which projects are in your build file. |