Skip to content

Commit

Permalink
more hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra committed Aug 24, 2024
1 parent cbd230f commit 727436a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-workload-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dotnet workload update -?|-h|--help

The `dotnet workload update` command updates all installed workloads to the newest available versions. It queries Nuget.org for updated workload manifests. It then updates local manifests, downloads new versions of the installed workloads, and removes all old versions of each workload.

When the command is in workload set mode, workloads are updated according to the workload set version, not the latest version of each individual workload. For more information, see [.NET SDK workload sets](dotnet-workload-sets.md). Workload set mode is available since 8.0.400 SDK.
When the command is in `workload-set` update mode, workloads are updated according to the workload-set version, not the latest version of each individual workload. For more information, see [.NET SDK workload sets](dotnet-workload-sets.md). `workload-set` mode is available since 8.0.400 SDK.

For more information about the `dotnet workload` commands, see the [dotnet workload install](dotnet-workload-install.md#description) command.

Expand Down
2 changes: 1 addition & 1 deletion includes/cli-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ms.topic: include
---
- **`--version`**

The workload set version to install or update to. If you specify the workload set version in global.json, you can't use the `--version` option to specify the workload set version. To make it possible to use the `--version` option in that case, run the command outside of the path containing the global.json file. Available since 8.0.400 SDK. For more information, see [.NET SDK workload sets](../docs/core/tools/dotnet-workload-sets.md).
The workload set version to install or update to. If you specify the workload-set version in global.json, you can't use the `--version` option to specify the workload-set version. To make it possible to use the `--version` option in that case, run the command outside of the path containing the global.json file. Available since 8.0.400 SDK. For more information, see [.NET SDK workload sets](../docs/core/tools/dotnet-workload-sets.md).

0 comments on commit 727436a

Please sign in to comment.