Author: david
Date: Thu Jul 26 14:37:20 2012
New Revision: 11990

Log:
Fix default application name

Modified:
   trunk/lib/task/digitalObjectRegenDerivativesTask.class.php

Modified: trunk/lib/task/digitalObjectRegenDerivativesTask.class.php
==============================================================================
--- trunk/lib/task/digitalObjectRegenDerivativesTask.class.php  Thu Jul 26 
14:36:30 2012        (r11989)
+++ trunk/lib/task/digitalObjectRegenDerivativesTask.class.php  Thu Jul 26 
14:37:20 2012        (r11990)
@@ -24,7 +24,7 @@
     //$this->addArguments(array());
 
     $this->addOptions(array(
-      new sfCommandOption('application', null, 
sfCommandOption::PARAMETER_OPTIONAL, 'The application name', true),
+      new sfCommandOption('application', null, 
sfCommandOption::PARAMETER_OPTIONAL, 'The application name', 'qubit'),
       new sfCommandOption('env', null, sfCommandOption::PARAMETER_REQUIRED, 
'The environment', 'cli'),
       new sfCommandOption('connection', null, 
sfCommandOption::PARAMETER_REQUIRED, 'The connection name', 'propel'),
       new sfCommandOption('slug', 'l', sfCommandOption::PARAMETER_OPTIONAL, 
'Information object slug', null),

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to