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