mirror of
https://github.com/retailcrm/legacy.git
synced 2025-02-16 14:53:16 +03:00
fix typo for help option
This commit is contained in:
parent
5fe9ed3045
commit
07e172858b
@ -5,7 +5,7 @@ class CommandHelper
|
||||
public static function runHelp()
|
||||
{
|
||||
echo "\n\033[35;2;18mUsage:\033[0m\n";
|
||||
echo " /usr/bin/php [-i /etc/php5/cli/php.ini] -f app.php -e command [-l] [-u] [-p ids] [-r reference] [-h history] [-m mail@example.com]\n";
|
||||
echo " /usr/bin/php [-c /etc/php5/cli/php.ini] -f app.php -e command [-l] [-u] [-p ids] [-r reference] [-h history] [-m mail@example.com]\n";
|
||||
echo "\n\033[35;2;18mCommands:\033[0m\n";
|
||||
echo " icml\t\tGenerate icml export file\n";
|
||||
echo " history\tGet data from crm\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user