System update (coding style)
This commit is contained in:
parent
24c49af963
commit
1ad7210f79
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue