Skip to content

Commit 4667299

Browse files
authored
Merge pull request #1078 from PHPCSStandards/feature/help-improve-report-description
Help: improve information about requesting reports
2 parents 33cd903 + 2c044cc commit 4667299

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Util/Help.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,9 @@ private function getAllOptions()
487487

488488
$options['Reporting Options'] = [
489489
'report' => [
490-
'argument' => '--report=<report>',
491-
'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.',
490+
'argument' => '--report=<report(s)>',
491+
'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"
492+
.'Or specify the path to a custom report class. By default, the "full" report is displayed.',
492493
],
493494
'report-file' => [
494495
'argument' => '--report-file=<reportFile>',

0 commit comments

Comments
 (0)