Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 5622468

Browse files
committed
Copy edit minimumAccessLevel help for diagram command
1 parent b40b27c commit 5622468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-doc/Subcommands/Diagram.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension SwiftDoc {
1313
var inputs: [String]
1414

1515
@Option(name: .long,
16-
help: "The minimum access level of the symbols which should be included.")
16+
help: "The minimum access level of the symbols included in the generated diagram.")
1717
var minimumAccessLevel: AccessLevel = .public
1818
}
1919

0 commit comments

Comments
 (0)