Author: david
Date: Fri Dec 23 16:53:51 2011
New Revision: 10454
Log:
Add shortcuts for options
Modified:
trunk/lib/task/updatePublicationStatusTask.class.php
Modified: trunk/lib/task/updatePublicationStatusTask.class.php
==============================================================================
--- trunk/lib/task/updatePublicationStatusTask.class.php Fri Dec 23
15:14:58 2011 (r10453)
+++ trunk/lib/task/updatePublicationStatusTask.class.php Fri Dec 23
16:53:51 2011 (r10454)
@@ -32,8 +32,8 @@
new sfCommandOption('connection', null,
sfCommandOption::PARAMETER_REQUIRED, 'The connection name', 'propel'),
new sfCommandOption('force', 'f', sfCommandOption::PARAMETER_NONE,
'Force update of descendants', null),
new sfCommandOption('ignore-descendants', 'i',
sfCommandOption::PARAMETER_NONE, 'Don\'t update descendants', null),
- new sfCommandOption('no-confirm', null, sfCommandOption::PARAMETER_NONE,
'No confirmation message', null),
- new sfCommandOption('repo', null, sfCommandOption::PARAMETER_NONE,
'Update all description in given repository', null)
+ new sfCommandOption('no-confirm', 'y', sfCommandOption::PARAMETER_NONE,
'No confirmation message', null),
+ new sfCommandOption('repo', 'r', sfCommandOption::PARAMETER_NONE,
'Update all description in given repository', null)
));
$this->namespace = 'tools';
--
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.