Selaa lähdekoodia

Updated command line

markseu 7 vuotta sitten
vanhempi
commit
b2d0812f5b
3 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 4 4
      system/plugins/command.php
  2. 2 2
      system/plugins/edit.php
  3. 2 2
      system/plugins/update.php

+ 4 - 4
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;
 	}

+ 2 - 2
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

+ 2 - 2
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