Replace helpUsage text

This commit is contained in:
William Li 2017-04-10 20:20:22 -07:00
parent a6d3012da1
commit 1ccf02e226
2 changed files with 7 additions and 7 deletions

View file

@ -32,10 +32,10 @@ $@"{LocalizableStrings.Usage}: dotnet [host-options] [command] [arguments] [comm
clean {LocalizableStrings.CleanDefinition}
sln {LocalizableStrings.SlnDefinition}
Project modification commands:
add Add items to the project
remove Remove items from the project
list List items in the project
{LocalizableStrings.ProjectModificationCommands}:
add {LocalizableStrings.AddDefinition}
remove {LocalizableStrings.RemoveDefinition}
list {LocalizableStrings.RemoveDefinition}
{LocalizableStrings.AdvancedCommands}:
nuget {LocalizableStrings.NugetDefinition}

View file

@ -45,9 +45,9 @@ Commands:
sln Modify solution (SLN) files.
Project modification commands:
add Add items to the project
remove Remove items from the project
list List items in the project
add Add items to the project.
remove Remove items from the project.
list Remove items from the project.
Advanced Commands:
nuget Provides additional NuGet commands.