1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[2.0] Fixed commend.

This commit is contained in:
romanb 2009-11-01 19:04:27 +00:00
parent 2fbc766de7
commit d1f14e42fd

View File

@ -4,8 +4,9 @@
# a task. A CLI configuration file usually initializes two local variables:
#
# $em - An EntityManager instance that the CLI tasks should use.
# $args - An array of default command line arguments that take effect when an
# argument is not specifically set on the command line.
# $globalArguments - An array of default command line arguments that are passed to all
# 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.
# Every CLI task recognizes the --config=<path> option where you can specify the configuration