From e4f9c41969724cc0bfd4d7d7752343c13e500374 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Thu, 8 Oct 2015 12:09:29 +0200 Subject: [PATCH] DNX DNU help command adjustment Running DNX beta 7 there's no dedicated help command, convention now seems to be `dnu [command] --help` adjusted docs to reflect this. --- aspnet/dnx/projects.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/dnx/projects.rst b/aspnet/dnx/projects.rst index 75ed99f56a..c329ca2f2f 100644 --- a/aspnet/dnx/projects.rst +++ b/aspnet/dnx/projects.rst @@ -111,7 +111,7 @@ The .NET Development Utility (DNU) is responsible for all operations involving p For a list of usage, arguments, and options of the ``install`` command, enter the following in the command windows:: - dnu help install + dnu install --help For more information about ``dnu`` commands, see `.NET Development Utility (DNU) `_. @@ -369,7 +369,7 @@ When building a DNX based application, such as by using ``dnu build`` or via pac For a list of usage, arguments, and options of the ``build`` command, enter the following in the command windows:: - dnu help build + dnu build --help Including/Excluding files ^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -595,7 +595,7 @@ The appName directory will contain all of your applications code, if you have pr The publish command will also hoist any commands from your *project.json* file into batch files. Running any of these commands is the same as running ``dnx ``. For a list of usage, arguments, and options of the ``publish`` command, enter the following in the command windows:: - dnu help publish + dnu publish --help Scripts ------- @@ -650,4 +650,4 @@ Related Resources ----------------- - :doc:`/dnx/overview` -- `Create an ASP.NET 5 web app in Visual Studio Code `_ \ No newline at end of file +- `Create an ASP.NET 5 web app in Visual Studio Code `_