mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xcodes, xcodes-runtimes: fix placeholder style (#10958)
This commit is contained in:
parent
b333d3d3a5
commit
079f8894d8
2 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
- Download a Simulator runtime:
|
||||
|
||||
`xcodes runtimes download {{runtime-name}}`
|
||||
`xcodes runtimes download {{runtime_name}}`
|
||||
|
||||
- Download and install a Simulator runtime:
|
||||
|
||||
`xcodes runtimes install {{runtime-name}}`
|
||||
`xcodes runtimes install {{runtime_name}}`
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
- Select an Xcode version by specifying a version number or a path:
|
||||
|
||||
`xcodes select {{xcode-version|path/to/Xcode.app}}`
|
||||
`xcodes select {{xcode_version|path/to/Xcode.app}}`
|
||||
|
||||
- Download and install a specific Xcode version:
|
||||
|
||||
`xcodes install {{xcode-version}}`
|
||||
`xcodes install {{xcode_version}}`
|
||||
|
||||
- Install the latest Xcode release and select it:
|
||||
|
||||
|
@ -26,4 +26,4 @@
|
|||
|
||||
- Download a specific Xcode version archive to a given directory without installing it:
|
||||
|
||||
`xcodes download {{xcode-version}} --directory {{path/to/directory}}`
|
||||
`xcodes download {{xcode_version}} --directory {{path/to/directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue