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 20d03e0 commit 1125166Copy full SHA for 1125166
internal/cobraext/flags.go
@@ -209,8 +209,8 @@ const (
209
TestCoverageFormatFlagName = "coverage-format"
210
TestCoverageFormatFlagDescription = "set format for coverage reports: %s"
211
212
- TestDumpPrefixFlagName = "dump"
213
- TestDumpPrefixFlagDescription = "prefix for system test dump file"
+ TestDumpPrefixFlagName = "dump-docs"
+ TestDumpPrefixFlagDescription = "prefix for system test document output dump file"
214
215
VariantFlagName = "variant"
216
VariantFlagDescription = "service variant"
0 commit comments