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:
1
cli.php
1
cli.php
@@ -39,6 +39,7 @@ class cli
|
|||||||
echo " $launcher -expert <class> <method> [args]\n";
|
echo " $launcher -expert <class> <method> [args]\n";
|
||||||
echo " execute the method with the provided 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 "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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user