Commit d1f14e42 authored by romanb's avatar romanb

[2.0] Fixed commend.

parent 2fbc766d
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
# a task. A CLI configuration file usually initializes two local variables: # a task. A CLI configuration file usually initializes two local variables:
# #
# $em - An EntityManager instance that the CLI tasks should use. # $em - An EntityManager instance that the CLI tasks should use.
# $args - An array of default command line arguments that take effect when an # $globalArguments - An array of default command line arguments that are passed to all
# argument is not specifically set on the command line. # CLI tasks automatically when an argument is not specifically set on
# the command line.
# #
# You can create several CLI configuration files with different names, for different databases. # You can create several CLI configuration files with different names, for different databases.
# Every CLI task recognizes the --config=<path> option where you can specify the configuration # Every CLI task recognizes the --config=<path> option where you can specify the configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment