Skip to content

Commit

Permalink
[console] Update TextDescriptor example description. (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 9, 2017
1 parent ee2db73 commit 29f8d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Descriptor/TextDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ protected function describeCommand(Command $command, array $options = [])
$this->writeText("<comment>Examples:</comment>", $options);
foreach ($examples as $example) {
$this->writeText("\n");
$this->writeText(' '.$example['description']);
$this->writeText(' <info>'.$example['description'].'</info>');
$this->writeText("\n");
$this->writeText(' '.$example['execution']);
$this->writeText("\n");
Expand Down

0 comments on commit 29f8d9d

Please sign in to comment.