8000 [Console] fixed default message layout · CodingFabian/symfony@7c72735 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c72735

Browse files
committed
[Console] fixed default message layout
1 parent 0d05db0 commit 7c72735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Components/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function getHelp()
255255

256256
foreach ($this->definition->getOptions() as $option)
257257
{
258-
$messages[] = sprintf(' %-24s %s %s',
258+
$messages[] = sprintf(' %-29s %s %s',
259259
'<info>--'.$option->getName().'</info>',
260260
$option->getShortcut() ? '<info>-'.$option->getShortcut().'</info>' : ' ',
261261
$option->getDescription()

0 commit comments

Comments
 (0)
0