Skip to content

Commit c37dd15

Browse files
committed
Merge pull request #324 from aciidb0mb3r/update-usage
[swift-build] Add --show-dependencies to usage help text
2 parents 2235187 + cc82f89 commit c37dd15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/swift-build/usage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func usage(_ print: (String) -> Void = { print($0) }) {
2626
print(" --fetch Fetch package dependencies")
2727
print(" --update Update package dependencies")
2828
print(" --generate-xcodeproj[=<path>] Generates an Xcode project [-X]")
29+
print(" --show-dependencies[=<mode>] Print dependency graph (text|dot|json)")
2930
print("")
3031
print("OPTIONS:")
3132
print(" --chdir <path> Change working directory before any other operation [-C]")

0 commit comments

Comments
 (0)