Fix the dotent help screen
Replace the compile verb with build.
This commit is contained in:
parent
e40f860d12
commit
cd1837d189
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Common Options (passed before the command):
|
||||||
Common Commands:
|
Common Commands:
|
||||||
new Initialize a basic .NET project
|
new Initialize a basic .NET project
|
||||||
restore Restore dependencies specified in the .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)
|
publish Publishes a .NET project for deployment (including the runtime)
|
||||||
run Compiles and immediately executes a .NET project
|
run Compiles and immediately executes a .NET project
|
||||||
repl Launch an interactive session (read, eval, print, loop)
|
repl Launch an interactive session (read, eval, print, loop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue