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 9627553 commit eb7be7fCopy full SHA for eb7be7f
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