From 4e8cda29b206df93f694d507f6307b80d3282e59 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 24 May 2016 07:53:41 +0000 Subject: [PATCH] cli : update help message git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2734 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- cli.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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";