From b6352928ec9cfe02759df5d47d95ba0740474163 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Thu, 28 Oct 2021 14:17:35 +0200 Subject: [PATCH] wsl: improve --set-version example description (#7265) --- pages/windows/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/wsl.md b/pages/windows/wsl.md index 841e18570d..9888a54541 100644 --- a/pages/windows/wsl.md +++ b/pages/windows/wsl.md @@ -27,7 +27,7 @@ `wsl --import {{distribution}} {{path/to/install_location}} {{path/to/distro_fs.tar}}` -- Change the version of the specified distribution: +- Change the version of wsl used for the specified distribution: `wsl --set-version {{distribution}} {{version}}`