diff --git a/test/dotnet-new3.UnitTests/DotnetNewHelp.cs b/test/dotnet-new3.UnitTests/DotnetNewHelp.cs index 9e129fba8fb..f0718c1edf0 100644 --- a/test/dotnet-new3.UnitTests/DotnetNewHelp.cs +++ b/test/dotnet-new3.UnitTests/DotnetNewHelp.cs @@ -99,11 +99,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 "; #endregion private readonly ITestOutputHelper _log;