Skip to content

Commit 8358329

Browse files
committed
[utils] swift-xcodegen: Update command usage in README
1 parent 6846aab commit 8358329

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

utils/swift-xcodegen/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ PROJECT CONFIGURATION:
9595
folder references to be used for compatible targets. This allows new
9696
source files to be added to a target without needing to regenerate the
9797
project. (default: --buildable-folders)
98-
9998
--runtimes-build-dir <runtimes-build-dir>
10099
Experimental: The path to a build directory for the new 'Runtimes/'
101100
stdlib CMake build. This creates a separate 'SwiftRuntimes' project, along
@@ -107,10 +106,10 @@ PROJECT CONFIGURATION:
107106
MISC:
108107
--project-root-dir <project-root-dir>
109108
The project root directory, which is the parent directory of the Swift repo.
110-
By default this is inferred from the build directory path.
111-
--output-dir <output-dir>
112-
The output directory to write the Xcode project to. Defaults to the project
113-
root directory.
109+
By default, this is inferred from the build directory path.
110+
-o, --output-dir <output-dir>
111+
The output directory to write the Xcode project to. Defaults to the
112+
project root directory.
114113
--log-level <log-level> The log level verbosity (default: info) (values: debug, info, note, warning, error)
115114
--parallel/--no-parallel
116115
Parallelize generation of projects (default: --parallel)

0 commit comments

Comments
 (0)