Skip to content

Commit 9456b6f

Browse files
committed
address pr comment
1 parent a9fe9ba commit 9456b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cobraext/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ const (
209209
TestCoverageFormatFlagName = "coverage-format"
210210
TestCoverageFormatFlagDescription = "set format for coverage reports: %s"
211211

212-
TestDumpPrefixFlagName = "dump"
213-
TestDumpPrefixFlagDescription = "prefix for system test dump file"
212+
TestDumpPrefixFlagName = "dump-docs"
213+
TestDumpPrefixFlagDescription = "prefix for system test document output dump file"
214214

215215
VariantFlagName = "variant"
216216
VariantFlagDescription = "service variant"

0 commit comments

Comments
 (0)