client spec: Add dashes in platform: specifier
This commit is contained in:
@@ -94,7 +94,7 @@ platform:page
|
|||||||
windows:type
|
windows:type
|
||||||
linux:sh
|
linux:sh
|
||||||
osx:brew
|
osx:brew
|
||||||
common:git checkout
|
common:git-checkout
|
||||||
```
|
```
|
||||||
|
|
||||||
Example invocations are as follows:
|
Example invocations are as follows:
|
||||||
@@ -102,7 +102,7 @@ Example invocations are as follows:
|
|||||||
```bash
|
```bash
|
||||||
tldr windows:type
|
tldr windows:type
|
||||||
# --foo is a custom argument, as described above
|
# --foo is a custom argument, as described above
|
||||||
tldr --foo bar common:git merge
|
tldr --foo bar common:git-merge
|
||||||
tldr linux:notify-send
|
tldr linux:notify-send
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user