Remove hyphen from the dev-certs tool name

This commit is contained in:
Daniel Roth 2018-02-12 16:25:21 -08:00
parent d51a6951c7
commit db8e0127c7
1 changed files with 1 additions and 1 deletions

View File

@ -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 =>