Skip to content

Commit c7ae714

Browse files
authored
Copy edit minimum access level option help
1 parent b50193c commit c7ae714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/swift-doc/Subcommands/Coverage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extension SwiftDoc {
1414
var output: String?
1515

1616
@Option(name: .long,
17-
help: "The minimum access level of the symbols which should be included.")
17+
help: "The minimum access level of the symbols considered for coverage statistics.")
1818
var minimumAccessLevel: AccessLevel = .public
1919
}
2020

Sources/swift-doc/Subcommands/Generate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension SwiftDoc {
3737
var baseURL: String = "/"
3838

3939
@Option(name: .long,
40-
help: "The minimum access level of the symbols which should be included.")
40+
help: "The minimum access level of the symbols included in generated documentation.")
4141
var minimumAccessLevel: AccessLevel = .public
4242
}
4343

0 commit comments

Comments
 (0)