We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d52df2 commit 5465061Copy full SHA for 5465061
Sources/swift-build/usage.swift
@@ -20,7 +20,7 @@ func usage(print: (String) -> Void = { print($0) }) {
20
print("MODES:")
21
print(" --configuration <value> Build with configuration (debug|release) [-c]")
22
print(" --clean[=<mode>] Delete artefacts (build|dist) [-k]")
23
- print(" --init Creates a new Swift project")
+ print(" --init <mode> Creates a new Swift package (exec|library)")
24
print(" --fetch Fetch package dependencies")
25
print("")
26
print("OPTIONS:")
0 commit comments