diff --git a/source/dub/commandline.d b/source/dub/commandline.d index c6b5228..605a6e6 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -674,7 +674,7 @@ "Enables code coverage statistics to be generated." ]); if (coverage) m_buildType = "unittest-cov"; - + super.prepare(args); } @@ -747,7 +747,7 @@ { this.name = "clean"; this.argumentsPattern = "[]"; - this.description = "Removes intermetiate build files and cached build results"; + this.description = "Removes intermediate build files and cached build results"; this.helpText = [ "This command removes any cached build files of the given package(s). The final target file, as well as any copyFiles are currently not removed.", "Without arguments, the package in the current working directory will be cleaned."