From cd1837d18936c9c221a29a8f4c99153e51dddd64 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Mon, 25 Jan 2016 12:48:21 -0800 Subject: [PATCH] Fix the dotent help screen Replace the compile verb with build. --- src/Microsoft.DotNet.Cli/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Cli/Program.cs b/src/Microsoft.DotNet.Cli/Program.cs index 5a3193fb2..a1e41d92d 100644 --- a/src/Microsoft.DotNet.Cli/Program.cs +++ b/src/Microsoft.DotNet.Cli/Program.cs @@ -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)