Skip to content

Commit

Permalink
Add missing prefixes for dotnet tool install (#23042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Mar 3, 2021
1 parent 540f1f8 commit 879e292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/core/tools/dotnet-tool-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ For more information, see [Install a local tool](global-tools.md#install-a-local

## Options

- **`add-source <SOURCE>`**
- **`--add-source <SOURCE>`**

Adds an additional NuGet package source to use during installation.

- **`configfile <FILE>`**
- **`--configfile <FILE>`**

The NuGet configuration (*nuget.config*) file to use.

- **`framework <FRAMEWORK>`**
- **`--framework <FRAMEWORK>`**

Specifies the [target framework](../../standard/frameworks.md) to install the tool for. By default, the .NET SDK tries to choose the most appropriate target framework.

Expand All @@ -85,7 +85,7 @@ For more information, see [Install a local tool](global-tools.md#install-a-local

Prints out a short help for the command.

- **`tool-path <PATH>`**
- **`--tool-path <PATH>`**

Specifies the location where to install the Global Tool. PATH can be absolute or relative. If PATH doesn't exist, the command tries to create it. Omitting both `--global` and `--tool-path` specifies a local tool installation.

Expand Down

0 comments on commit 879e292

Please sign in to comment.