Skip to content

Commit b1181c4

Browse files
committed
slightly clarify command descriptions
1 parent 53c6779 commit b1181c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class LintCommand extends Command
3434
{
3535
protected static $defaultName = 'lint:yaml';
36-
protected static $defaultDescription = 'Lints a file and outputs encountered errors';
36+
protected static $defaultDescription = 'Lints a YAML file and outputs encountered errors';
3737

3838
private $parser;
3939
private $format;

0 commit comments

Comments
 (0)