update dotnet --help text
This commit is contained in:
parent
b8b7d98256
commit
3fc0517cda
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ Commands:
|
|||
pack Creates a NuGet package
|
||||
migrate Migrates a project.json based project to a msbuild based project
|
||||
|
||||
Project modification commands:
|
||||
add Add items to the project
|
||||
|
||||
Advanced Commands:
|
||||
add Group of commands - run `dotnet add --help` for more information
|
||||
nuget Provides additional NuGet commands
|
||||
msbuild msbuilds a project and all of its dependencies
|
||||
vstest Runs tests from the specified files";
|
||||
|
|
Loading…
Add table
Reference in a new issue