Skip to content

Commit cc82f89

Browse files
committed
[swift-build] Add --show-dependencies to usage help text
1 parent 2235187 commit cc82f89

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)