From d67651776d67fd4eaef8ae0f6ca2179897bb98ed Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:21:15 +0300 Subject: [PATCH] wsl: add option placeholders (#17233) * Update wsl.md * Update wsl.md --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> --- pages/windows/wsl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/windows/wsl.md b/pages/windows/wsl.md index 10b3397312..1724c6943f 100644 --- a/pages/windows/wsl.md +++ b/pages/windows/wsl.md @@ -9,15 +9,15 @@ - Run a Linux command without using a shell: -`wsl --exec {{command}} {{command_arguments}}` +`wsl {{[-e|--exec]}} {{command}} {{command_arguments}}` - Specify a particular distribution: -`wsl --distribution {{distribution}} {{shell_command}}` +`wsl {{[-d|--distribution]}} {{distribution}} {{shell_command}}` - List available distributions: -`wsl --list` +`wsl {{[-l|--list]}}` - Export a distribution to a `.tar` file: