update dotnet --help text

This commit is contained in:
Krzysztof Wicher 2016-11-22 14:48:40 -08:00
parent b8b7d98256
commit 3fc0517cda

View file

@ -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";