From 6bc2a2ecb982d8f0ce184b69e875a3b8ed8328c6 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 10 Nov 2015 21:16:56 -0800 Subject: [PATCH] Doc. --- src/main/kotlin/com/beust/kobalt/Args.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/Args.kt b/src/main/kotlin/com/beust/kobalt/Args.kt index cb058639..dfd2e9b7 100644 --- a/src/main/kotlin/com/beust/kobalt/Args.kt +++ b/src/main/kotlin/com/beust/kobalt/Args.kt @@ -29,7 +29,7 @@ class Args { @Parameter(names = arrayOf("--help", "--usage"), description = "Display the help") var usage: Boolean = false - @Parameter(names = arrayOf("-i", "--init"), description = "Create a new build file based on the current project") + @Parameter(names = arrayOf("-i", "--init"), description = "Create a build file based on the current project") var init: Boolean = false @Parameter(names = arrayOf("--log"), description = "Define the log level (1-3)")