System update (coding style)

This commit is contained in:
markseu 2016-07-12 12:30:18 +02:00
parent 24c49af963
commit 1ad7210f79

View file

@ -46,6 +46,7 @@ class YellowCommandline
function helpCommand()
{
echo "Yellow ".YellowCore::Version."\n";
$lineCounter = 0;
foreach($this->getCommandHelp() as $line) echo (++$lineCounter>1 ? " " : "Syntax: ")."yellow.php $line\n";
return 200;
}