From 079f8894d803718b424c321dce3521cfd79636fb Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Fri, 13 Oct 2023 12:33:16 +0700 Subject: [PATCH] xcodes, xcodes-runtimes: fix placeholder style (#10958) --- pages/osx/xcodes-runtimes.md | 4 ++-- pages/osx/xcodes.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/osx/xcodes-runtimes.md b/pages/osx/xcodes-runtimes.md index 8b50914f7..deece5332 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 7fd8c1f94..89c6ac45f 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}}`