From 3abada74d41b2ec5885e3735d422433d667dbf50 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Sun, 7 Aug 2016 07:31:28 -0700 Subject: [PATCH] Update HelpCommand.cs Changing the text from "Common Commands" to just "Commands" to indicate that these are in the box, so to speak. --- src/dotnet/commands/dotnet-help/HelpCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-help/HelpCommand.cs b/src/dotnet/commands/dotnet-help/HelpCommand.cs index ecc9bb030..740111f5f 100644 --- a/src/dotnet/commands/dotnet-help/HelpCommand.cs +++ b/src/dotnet/commands/dotnet-help/HelpCommand.cs @@ -25,7 +25,7 @@ Host options (passed before the command): --version Display .NET CLI Version Number --info Display .NET CLI Info -Common Commands: +Commands: new Initialize a basic .NET project restore Restore dependencies specified in the .NET project build Builds a .NET project