mikuli.cz

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

commit b2d0812f5b7ee15eac2e8687d76927c61a2feee2
parent 7b39eaa278c849bc283313382c81a309cfd7b801
Author: markseu <mark2011@mayberg.se>
Date:   Wed,  8 Aug 2018 21:11:40 +0200

Updated command line

Diffstat:
Msystem/plugins/command.php | 8++++----
Msystem/plugins/edit.php | 4++--
Msystem/plugins/update.php | 4++--
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/system/plugins/command.php b/system/plugins/command.php @@ -5,7 +5,7 @@ class YellowCommand { - const VERSION = "0.7.7"; + const VERSION = "0.7.8"; var $yellow; //access to API var $files; //number of files var $links; //number of links @@ -38,9 +38,9 @@ class YellowCommand // Handle command help function onCommandHelp() { - $help .= "build [DIRECTORY LOCATION]\n"; - $help .= "check [DIRECTORY LOCATION]\n"; - $help .= "clean [DIRECTORY LOCATION]\n"; + $help .= "build [directory location]\n"; + $help .= "check [directory location]\n"; + $help .= "clean [directory location]\n"; $help .= "version\n"; return $help; } diff --git a/system/plugins/edit.php b/system/plugins/edit.php @@ -5,7 +5,7 @@ class YellowEdit { - const VERSION = "0.7.26"; + const VERSION = "0.7.27"; var $yellow; //access to API var $response; //web response var $users; //user accounts @@ -145,7 +145,7 @@ class YellowEdit // Handle command help function onCommandHelp() { - return "user [OPTION EMAIL PASSWORD NAME]\n"; + return "user [option email password name]\n"; } // Update user account diff --git a/system/plugins/update.php b/system/plugins/update.php @@ -5,7 +5,7 @@ class YellowUpdate { - const VERSION = "0.7.15"; + const VERSION = "0.7.16"; var $yellow; //access to API var $updates; //number of updates @@ -153,7 +153,7 @@ class YellowUpdate // Handle command help function onCommandHelp() { - return "update [OPTION FEATURE]"; + return "update [option feature]"; } // Clean downloads