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: