Merge pull request #1030 from dotnet/fixhelp

Fix the dotent help screen
This commit is contained in:
Piotr Puszkiewicz 2016-01-26 01:19:52 -08:00
commit e7053b5339

View file

@ -27,7 +27,7 @@ Common Options (passed before the command):
Common Commands:
new Initialize a basic .NET project
restore Restore dependencies specified in the .NET project
compile Compiles a .NET project
build Builds a .NET project
publish Publishes a .NET project for deployment (including the runtime)
run Compiles and immediately executes a .NET project
repl Launch an interactive session (read, eval, print, loop)