Skip to content

Commit 18980e4

Browse files
authored
Update docs/core/tools/dotnet-tool-exec.md
1 parent 70fb519 commit 18980e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you run `dotnet tool exec`, the command:
4040

4141
This command also exists in two other forms for easier use
4242

43-
* `dotnet dnx` - A hidden alias for `dotnet tool exec` that is mostly used to as a point to easily implement the ???
43+
* `dotnet dnx` - A hidden alias for `dotnet tool exec` that is used as a way to easily implement the `dnx` script itself
4444
* `dnx` - A shell script that invokes `dotnet dnx` from the SDK. This script is provided by the installer and is available on `PATH`. It allows for very simple use of tools directly via `dnx <toolname>`.
4545

4646
## Arguments

0 commit comments

Comments
 (0)