The help text in hook_drush_help() refers to the non-existent command solr-reindex. As far as I can tell, it should refer to the sold-mark-all command. I'll add a patch in a moment.

Comments

wulff’s picture

StatusFileSize
new2.72 KB

The attached patch fixes this issue, as well as a spelling error and a few inconsistencies in hook_drush_command().

wulff’s picture

Status: Active » Needs review

Forgot to mark it as needs review.

nick_vh’s picture

Status: Needs review » Needs work

I don't see that this patch actually fixes anything except for the example of drush vdel?

nick_vh’s picture

Status: Needs work » Reviewed & tested by the community
@@ -195,7 +195,7 @@ function apachesolr_drush_help($section) {
+         of a specific type, use solr-mark-all first to mark that content.");

Aha, I see it now

nick_vh’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Committed, needs backport

wulff’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new3.3 KB

I have attached a patch for 6.x-3.x.

mkalkbrenner’s picture

  • Commit 9c67b8a on 6.x-3.x authored by wulff, committed by mkalkbrenner:
    Issue #2106693 by wulff: Drush help refers to non-existent command
    
mkalkbrenner’s picture

Issue summary: View changes
Status: Needs review » Fixed
mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner

Status: Fixed » Closed (fixed)

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