Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 03:19 UTC
Updated:
22 Nov 2012 at 17:20 UTC
I discovered that 7.x-1.x has a duplicate case in drush_features_help for drush:features-revert.
case 'drush:features-revert':
return dt("Revert a feature module on your site.");
case 'drush:features-revert-all':
return dt("Revert all enabled feature module on your site.");
case 'drush:features-revert':
return dt("Revert a feature module on your site.");
The third case there is a duplicate of the first and can be removed.
Attached patch removes those two lines.
| Comment | File | Size | Author |
|---|---|---|---|
| features-duplicate_drush_help_switch_case.patch | 613 bytes | damien_vancouver |
Comments
Comment #1
mpotter commentedFixed in commit f15a597 in 7.x-2.x.