mikuli.cz

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

commit ccc520add5549ffaa76a32e4e6fd8fe8cbb9295c
parent 119db5dbfca8705f468e6ac7f7f7cdbe8b61c8d2
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 20 May 2020 13:44:30 +0200

Updated product description

Diffstat:
Msystem/extensions/command.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/system/extensions/command.php b/system/extensions/command.php @@ -4,7 +4,7 @@ // This file may be used and distributed under the terms of the public license. class YellowCommand { - const VERSION = "0.8.11"; + const VERSION = "0.8.12"; const TYPE = "feature"; const PRIORITY = "3"; public $yellow; //access to API @@ -46,7 +46,7 @@ class YellowCommand { // Process command to show available commands public function processCommandHelp() { - echo "Datenstrom Yellow is for people who make websites.\n"; + echo "Datenstrom Yellow is for people who make small websites.\n"; $lineCounter = 0; foreach ($this->getCommandHelp() as $line) { echo(++$lineCounter>1 ? " " : "Syntax: ")."php yellow.php $line\n";