From ef6533cf8524937203847cedf9701fec11740161 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Mon, 11 Jul 2016 10:55:25 -0700 Subject: [PATCH] Fixing wording/casing in command line tool output Fixes #229 --- .../Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Program.cs b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Program.cs index f8acff10c0..3ef45ddb00 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Program.cs +++ b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Program.cs @@ -14,8 +14,8 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.Tools var app = new CommandLineApplication { Name = "dotnet publish-iis", - FullName = "Asp.Net Core IIS Publisher", - Description = "IIS Publisher for the Asp.Net Core web applications", + FullName = "ASP.NET Core IIS Publisher", + Description = "IIS Publisher for ASP.NET Core applications", }; app.HelpOption("-h|--help");