Skip to content

Commit 169d9ae

Browse files
committed
newline
1 parent fc8d581 commit 169d9ae

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-
"When not combined with the --check option, trusts the certificate on the current platform, creating one if necessary. When combined with the --check option, validates that there is a certificate and it 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)