Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Tools/dotnet-dev-certs/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ public static int Main(string[] args)

CommandOption trust = null;
trust = c.Option("-t|--trust",
"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" +
" When combined with the --check option, validates that there is a certificate and it is trusted.",
CommandOptionType.NoValue);

var verbose = c.Option("-v|--verbose",
Expand Down
Loading