xcodes, xcodes-runtimes: fix placeholder style (#10958)

This commit is contained in:
Reinhart Previano Koentjoro
2023-10-13 12:33:16 +07:00
committed by GitHub
parent b333d3d3a5
commit 079f8894d8
2 changed files with 5 additions and 5 deletions

View File

@@ -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}}`

View File

@@ -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}}`