mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:55:26 +02:00
client spec: Add dashes in platform: specifier
This commit is contained in:
parent
4628be7b6d
commit
708eeb6b02
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ platform:page
|
|||
windows:type
|
||||
linux:sh
|
||||
osx:brew
|
||||
common:git checkout
|
||||
common:git-checkout
|
||||
```
|
||||
|
||||
Example invocations are as follows:
|
||||
|
@ -102,7 +102,7 @@ Example invocations are as follows:
|
|||
```bash
|
||||
tldr windows:type
|
||||
# --foo is a custom argument, as described above
|
||||
tldr --foo bar common:git merge
|
||||
tldr --foo bar common:git-merge
|
||||
tldr linux:notify-send
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue