Remove hyphen from the dev-certs tool name
This commit is contained in:
parent
d51a6951c7
commit
db8e0127c7
|
|
@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.DeveloperCertificates.Tools
|
|||
{
|
||||
var app = new CommandLineApplication
|
||||
{
|
||||
Name = "dotnet-dev-certs"
|
||||
Name = "dotnet dev-certs"
|
||||
};
|
||||
|
||||
app.Command("https", c =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue