update help message

This commit is contained in:
Bryan Thornbury 2016-06-02 15:21:29 -07:00
parent 48b3b02d3c
commit 4557f2a42f

View file

@ -8,13 +8,19 @@ namespace Microsoft.DotNet.Tools.Help
{ {
public class HelpCommand public class HelpCommand
{ {
private const string UsageText = @"Usage: dotnet [common-options] [command] [arguments] private const string UsageText = @"Usage: dotnet [host-options] [command] [arguments] [common-options]
Arguments: Arguments:
[command] The command to execute [command] The command to execute
[arguments] Arguments to pass to the command [arguments] Arguments to pass to the command
[host-options] Options specific to dotnet (host)
[common-options] Options common to all commands
Common Options (passed before the command): Common options:
-v|--verbose Enable verbose output
-h|--help Show help
Host options (passed before the command):
-v|--verbose Enable verbose output -v|--verbose Enable verbose output
--version Display .NET CLI Version Number --version Display .NET CLI Version Number
--info Display .NET CLI Info --info Display .NET CLI Info