Skip to content

Commit

Permalink
[Console] Removing unnecessary sprintf in Application->getHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Chardonnet authored and fabpot committed Jan 18, 2013
1 parent 3eeaa72 commit 94e955b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Application.php
Expand Up @@ -242,7 +242,8 @@ public function getHelp()
$this->getLongVersion(),
'',
'<comment>Usage:</comment>',
sprintf(" [options] command [arguments]\n"),
' [options] command [arguments]',
'',
'<comment>Options:</comment>',
);

Expand Down

0 comments on commit 94e955b

Please sign in to comment.