[Console] Removing unnecessary sprintf in Application->getHelp

This commit is contained in:
Loic Chardonnet 2013-01-18 08:38:59 +01:00 committed by Fabien Potencier
parent 1c1cda67db
commit 917f473798

View File

@ -242,7 +242,8 @@ class Application
$this->getLongVersion(),
'',
'<comment>Usage:</comment>',
sprintf(" [options] command [arguments]\n"),
' [options] command [arguments]',
'',
'<comment>Options:</comment>',
);