Updated command line

This commit is contained in:
markseu 2018-08-08 21:11:40 +02:00
parent 7b39eaa278
commit b2d0812f5b
3 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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