diff --git a/internal/cobraext/flags.go b/internal/cobraext/flags.go index 1838404fd6..a096c9fb56 100644 --- a/internal/cobraext/flags.go +++ b/internal/cobraext/flags.go @@ -154,7 +154,7 @@ const ( ProfileFormatFlagDescription = "format of the profiles list (table | json)" ReportFormatFlagName = "report-format" - ReportFormatFlagDescription = "format of test report" + ReportFormatFlagDescription = "format of test report, eg: human, xUnit" ReportFullFlagName = "full" ReportFullFlagDescription = "whether to show the full report or a summary"