Skip to content

Commit 82b22a3

Browse files
authored
Fix command (#47583)
1 parent 3ddc566 commit 82b22a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-tool-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For more information, see [Install a local tool](global-tools.md#install-a-local
195195

196196
Installs [dotnetsay](https://www.nuget.org/packages/dotnetsay/) as a local tool for the current directory.
197197

198-
- **`dotnet tool install -g --verbosity minimal`**
198+
- **`dotnet tool install -g dotnetsay --verbosity minimal`**
199199

200200
Installs [dotnetsay](https://www.nuget.org/packages/dotnetsay/) as a global tool with the verbosity of minimal. The default verbosity for global tool is quiet.
201201

0 commit comments

Comments
 (0)