Skip to content

Commit

Permalink
Fix #36973: Command description consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 5, 2021
1 parent 29e6130 commit 3871c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/LintCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct(string $name = null, callable $directoryIteratorProv
protected function configure()
{
$this
->setDescription('Lints a file and outputs encountered errors')
->setDescription('Lint a file and outputs encountered errors')
->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from STDIN')
->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt')
->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')
Expand Down

0 comments on commit 3871c72

Please sign in to comment.