Add a tip in help of cli

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1281 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-04-21 18:50:59 +00:00
parent 6d50f264f5
commit 7b8f0940b4

View File

@@ -39,6 +39,7 @@ class cli
echo " $launcher -expert <class> <method> [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;
}