diff --git a/pages/osx/xcodes-runtimes.md b/pages/osx/xcodes-runtimes.md index 8b50914f79..deece53322 100644 --- a/pages/osx/xcodes-runtimes.md +++ b/pages/osx/xcodes-runtimes.md @@ -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}}` diff --git a/pages/osx/xcodes.md b/pages/osx/xcodes.md index 7fd8c1f944..89c6ac45f8 100644 --- a/pages/osx/xcodes.md +++ b/pages/osx/xcodes.md @@ -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}}`