Skip to content

Commit 622656d

Browse files
committed
corrected statement about --list in dotnet new article
1 parent 5380f2b commit 622656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The command calls the [template engine](https://github.com/dotnet/templating) to
3737

3838
The template to instantiate when the command is invoked. Each template might have specific options you can pass. For more information, see [Template options](#template-options).
3939

40-
You can run [`dotnet new --list` option](dotnet-new-list.md) to see a list of all installed templates. If the `TEMPLATE` value isn't an exact match on text in the **Templates** or **Short Name** column from the returned table, a substring match is performed on those two columns.
40+
You can run [`dotnet new --list`](dotnet-new-list.md) to see a list of all installed templates.
4141

4242
Starting with .NET Core 3.0 SDK and ending with .NET Core 5.0.300 SDK, the CLI searches for templates in NuGet.org when you invoke the `dotnet new` command in the following conditions:
4343

0 commit comments

Comments
 (0)