From 7b8f0940b4272fcffeac933c01a1909a53ac9e61 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 21 Apr 2014 18:50:59 +0000 Subject: [PATCH] Add a tip in help of cli git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1281 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.php b/cli.php index aa30f0c..47b66fb 100644 --- a/cli.php +++ b/cli.php @@ -39,6 +39,7 @@ class cli echo " $launcher -expert [args]\n"; echo " execute the method with the provided args\n"; echo "You can replace ONE arg by a dash (-) to read from stdin\n"; + echo "Arrays must be coded like key1=val1&key2=val2&key3=val3...\n"; exit; }