Finishing touches on help messages

Making finishing touches on all the CLI commands' help messages. Also
adding dotnet clean to the help output list.

Fixes #5048,#5017
This commit is contained in:
Zlatko Knezevic 2016-12-15 23:11:18 -08:00 committed by Livar Cunha
parent 9c3141b63f
commit b7f3e39413
10 changed files with 30 additions and 28 deletions

View file

@ -12,14 +12,14 @@
public const string CmdOutputDir = "OUTPUT_DIR";
public const string CmdOutputDirDescription = "Directory in which the build outputs have been placed";
public const string CmdOutputDirDescription = "Directory in which the build outputs have been placed.";
public const string CmdFramework = "FRAMEWORK";
public const string CmdFrameworkDescription = "Clean a specific framework";
public const string CmdFrameworkDescription = "Clean a specific framework.";
public const string CmdConfiguration = "CONFIGURATION";
public const string CmdConfigurationDescription = "Clean a specific configuration";
public const string CmdConfigurationDescription = "Clean a specific configuration.";
}
}