We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a49588 commit 77b7aafCopy full SHA for 77b7aaf
src/Tools/dotnet-dev-certs/src/Program.cs
@@ -98,7 +98,8 @@ public static int Main(string[] args)
98
99
CommandOption trust = null;
100
trust = c.Option("-t|--trust",
101
- "Trust the certificate on the current platform. When combined with the --check option, validates that the certificate is trusted.",
+ "When not combined with the --check option, trusts the certificate on the current platform, creating one if necessary.\n" +
102
+ " When combined with the --check option, validates that there is a certificate and it is trusted.",
103
CommandOptionType.NoValue);
104
105
var verbose = c.Option("-v|--verbose",
0 commit comments