Skip to content

Commit 5465061

Browse files
committed
Update usage for --init
1 parent 9d52df2 commit 5465061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-build/usage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func usage(print: (String) -> Void = { print($0) }) {
2020
print("MODES:")
2121
print(" --configuration <value> Build with configuration (debug|release) [-c]")
2222
print(" --clean[=<mode>] Delete artefacts (build|dist) [-k]")
23-
print(" --init Creates a new Swift project")
23+
print(" --init <mode> Creates a new Swift package (exec|library)")
2424
print(" --fetch Fetch package dependencies")
2525
print("")
2626
print("OPTIONS:")

0 commit comments

Comments
 (0)