diff --git a/cli.php b/cli.php index 9436c1a..442bab2 100644 --- a/cli.php +++ b/cli.php @@ -78,15 +78,15 @@ class cli echo " $launcher -list : display controllers\n"; echo " $launcher -expert -list : display controllers and models\n"; echo " $launcher -listmethods : \n"; - echo " display the methods available the controller class\n"; + echo " display the methods available in the controller class\n"; echo " $launcher -expert -listmethods :\n"; - echo " display the methods available the model or controller class". - "\n"; + echo " display the methods available in the model or controller class" + ."\n"; echo " $launcher -listmethodsdetails : \n"; - echo " display the methods available the controller class\n"; + echo " display the methods available in the controller class\n"; echo " $launcher -expert -listmethodsdetails :\n"; - echo " display the methods available the model or controller class". - "\n"; + echo " display the methods available in the model or controller class" + ."\n"; echo " $launcher [args]\n"; echo " execute the method with the provided args\n"; echo " $launcher -expert [args]\n";