Skip to content

Commit 7099422

Browse files
committed
Merge branch 'master' into 4.x
2 parents c331156 + 4667299 commit 7099422

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Util/Help.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,9 @@ private function getAllOptions()
486486

487487
$options['Reporting Options'] = [
488488
'report' => [
489-
'argument' => '--report=<report>',
490-
'description' => 'Print either the "full", "xml", "checkstyle", "csv", "json", "junit", "emacs", "source", "summary", "diff", "svnblame", "gitblame", "hgblame", "notifysend" or "performance" report or specify the path to a custom report class. By default, the "full" report is displayed.',
489+
'argument' => '--report=<report(s)>',
490+
'description' => 'A comma-separated list of reports to print. Available reports: "full", "xml", "checkstyle", "csv", "json", "junit", "emacs", "source", "summary", "diff", "svnblame", "gitblame", "hgblame", "notifysend" or "performance".'."\n"
491+
.'Or specify the path to a custom report class. By default, the "full" report is displayed.',
491492
],
492493
'report-file' => [
493494
'argument' => '--report-file=<reportFile>',

0 commit comments

Comments
 (0)