Skip to content

Commit d27ff4f

Browse files
committed
corrected examples for dotnet new --search
1 parent 622656d commit d27ff4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-new-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `dotnet new --search` option searches for templates supported by `dotnet new
8282
- Search for all templates available on NuGet.org matching the *we* substring and supporting the F# language.
8383

8484
```dotnetcli
85-
dotnet new we --search --lang "F#"
85+
dotnet new we --search --language "F#"
8686
```
8787

8888
- Search for item templates.
@@ -94,7 +94,7 @@ The `dotnet new --search` option searches for templates supported by `dotnet new
9494
- Search for all C# templates, showing the type and tags in the output.
9595

9696
```dotnetcli
97-
dotnet new --search -lang "C#" --columns "type,tags"
97+
dotnet new --search --language "C#" --columns "type,tags"
9898
```
9999

100100
## See also

0 commit comments

Comments
 (0)