ソースを参照

System update (coding style)

markseu 9 年 前
コミット
1ad7210f79
1 ファイル変更1 行追加0 行削除
  1. 1 0
      system/plugins/commandline.php

+ 1 - 0
system/plugins/commandline.php

@@ -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;
 	}