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}
|
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}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue