Skip to content

Commit 77b7aaf

Browse files
authored
update message for "dotnet dev-cert https --trust" (#60149)
1 parent 7a49588 commit 77b7aaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tools/dotnet-dev-certs/src/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ public static int Main(string[] args)
9898

9999
CommandOption trust = null;
100100
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.",
101+
"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.",
102103
CommandOptionType.NoValue);
103104

104105
var verbose = c.Option("-v|--verbose",

0 commit comments

Comments
 (0)