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 a9fe9ba commit 9456b6fCopy full SHA for 9456b6f
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