Browse Source

System update (coding style)

markseu 9 years ago
parent
commit
1ad7210f79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      system/plugins/commandline.php

+ 1 - 0
system/plugins/commandline.php

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