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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpotter’s picture

Status: Needs review » Fixed

Fixed in commit f15a597 in 7.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.