Fix the dotent help screen

Replace the compile verb with build.
This commit is contained in:
Zlatko Knezevic 2016-01-25 12:48:21 -08:00
parent e40f860d12
commit cd1837d189

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)