Replace helpUsage text
This commit is contained in:
parent
a6d3012da1
commit
1ccf02e226
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue