mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:15:24 +02:00
wsl: add option placeholders (#17233)
* Update wsl.md * Update wsl.md --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
7aec0ae0fa
commit
d67651776d
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue