From 727436ae067e706591a624300bb2f7f0fa97ee24 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 23 Aug 2024 17:09:40 -0700 Subject: [PATCH] more hyphens --- docs/core/tools/dotnet-workload-update.md | 2 +- includes/cli-version.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/tools/dotnet-workload-update.md b/docs/core/tools/dotnet-workload-update.md index 1cf8f04ea35d4..3f35341a30726 100644 --- a/docs/core/tools/dotnet-workload-update.md +++ b/docs/core/tools/dotnet-workload-update.md @@ -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. diff --git a/includes/cli-version.md b/includes/cli-version.md index 74f557376ee5d..228317db2d433 100644 --- a/includes/cli-version.md +++ b/includes/cli-version.md @@ -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).