Correct dotnet list description (#9174)

After dotnet tool list moved out of dotnet list, the description has not been updated.
This commit is contained in:
William Li 2018-05-01 10:24:40 -07:00 committed by GitHub
parent d681933b87
commit 57d065e43d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 55 additions and 55 deletions

View file

@ -34,7 +34,7 @@ SDK commands:
sln Modify solution (SLN) files.
add Add reference to the project.
remove Remove reference from the project.
list List project references or installed tools.
list List references of a .NET project.
nuget Provides additional NuGet commands.
msbuild Runs Microsoft Build Engine (MSBuild).
vstest Runs Microsoft Test Execution Command Line Tool.