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

Commit

Permalink
Copy edit minimumAccessLevel help for diagram command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 23, 2021
1 parent b40b27c commit 5622468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-doc/Subcommands/Diagram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension SwiftDoc {
var inputs: [String]

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

Expand Down

0 comments on commit 5622468

Please sign in to comment.