Skip to content

Commit

Permalink
Update test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Vlada Shubina <vladislava.shubina@gmail.com>
  • Loading branch information
jmarolf and vlada-shubina committed Jun 2, 2021
1 parent 620401a commit 23d9f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ public class DotnetNewHelp
--no-restore If specified, skips the automatic restore of the project on create.
bool - Optional
Default: false
Default: false
--nullable Whether to enable nullable reference types for this project.
--nullable Whether to enable nullable reference types for this project.
bool - Optional
Default: true ";
Default: true ";

private const string ClassLibHelp =
@"Class Library (C#)
Expand Down

0 comments on commit 23d9f7e

Please sign in to comment.