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} clean {LocalizableStrings.CleanDefinition}
sln {LocalizableStrings.SlnDefinition} sln {LocalizableStrings.SlnDefinition}
Project modification commands: {LocalizableStrings.ProjectModificationCommands}:
add Add items to the project add {LocalizableStrings.AddDefinition}
remove Remove items from the project remove {LocalizableStrings.RemoveDefinition}
list List items in the project list {LocalizableStrings.RemoveDefinition}
{LocalizableStrings.AdvancedCommands}: {LocalizableStrings.AdvancedCommands}:
nuget {LocalizableStrings.NugetDefinition} nuget {LocalizableStrings.NugetDefinition}

View file

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