Fixing wording/casing in command line tool output

Fixes #229
This commit is contained in:
moozzyk 2016-07-11 10:55:25 -07:00
parent c4a4e86708
commit ef6533cf85
1 changed files with 2 additions and 2 deletions

View File

@ -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");