We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66261e7 commit 3e8afb4Copy full SHA for 3e8afb4
Plugins/GRPCProtobufGeneratorCommand/CommandConfig.swift
@@ -219,7 +219,7 @@ extension OptionsAndFlags {
219
case .dryRun:
220
return "Print but do not execute the protoc commands."
221
case .outputPath:
222
- return "The path into which the generated source files are created."
+ return "The directory into which the generated source files are created."
223
case .verbose:
224
return "Emit verbose output."
225
case .help:
0 commit comments