parent
c4a4e86708
commit
ef6533cf85
|
|
@ -14,8 +14,8 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.Tools
|
||||||
var app = new CommandLineApplication
|
var app = new CommandLineApplication
|
||||||
{
|
{
|
||||||
Name = "dotnet publish-iis",
|
Name = "dotnet publish-iis",
|
||||||
FullName = "Asp.Net Core IIS Publisher",
|
FullName = "ASP.NET Core IIS Publisher",
|
||||||
Description = "IIS Publisher for the Asp.Net Core web applications",
|
Description = "IIS Publisher for ASP.NET Core applications",
|
||||||
};
|
};
|
||||||
app.HelpOption("-h|--help");
|
app.HelpOption("-h|--help");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue