From d1f14e42fd1f22a5f4e10cf4294128c58642b58a Mon Sep 17 00:00:00 2001 From: romanb Date: Sun, 1 Nov 2009 19:04:27 +0000 Subject: [PATCH] [2.0] Fixed commend. --- tools/sandbox/cli-config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/sandbox/cli-config.php b/tools/sandbox/cli-config.php index 3a5303619..c7ada75f4 100644 --- a/tools/sandbox/cli-config.php +++ b/tools/sandbox/cli-config.php @@ -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= option where you can specify the configuration