From 5622468f80c5bebc1ae72022ad4837838200b8c2 Mon Sep 17 00:00:00 2001 From: Mattt Date: Tue, 23 Feb 2021 03:31:12 -0800 Subject: [PATCH] Copy edit minimumAccessLevel help for diagram command --- Sources/swift-doc/Subcommands/Diagram.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/swift-doc/Subcommands/Diagram.swift b/Sources/swift-doc/Subcommands/Diagram.swift index fb1074f1..280bc596 100644 --- a/Sources/swift-doc/Subcommands/Diagram.swift +++ b/Sources/swift-doc/Subcommands/Diagram.swift @@ -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 }