mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 1ad7210f7908955e9afd23450e7e8884d338d3fa
parent 24c49af963f4e59ea18710cfde0bcaf9b9ea28cd
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 12 Jul 2016 12:30:18 +0200

System update (coding style)

Diffstat:
Msystem/plugins/commandline.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/system/plugins/commandline.php b/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; }