Skip to content

Commit 6d39e64

Browse files
committed
Remove incorrect default value (it differs by target kind)
1 parent f14201a commit 6d39e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocCPluginUtilities/DocumentedPluginFlags/DocumentedFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extension DocumentedFlag {
8686
/// The minimum access level that the symbol graph extractor will emit symbols for
8787
static let minimumAccessLevel = Self(
8888
names: .init(preferred: "--symbol-graph-minimum-access-level"),
89-
abstract: "Include symbols with this access level or more. (default: public)",
89+
abstract: "Include symbols with this access level or more.",
9090
discussion: """
9191
Supported access level values are: `open`, `public`, `internal`, `private`, `fileprivate`
9292
"""

0 commit comments

Comments
 (0)