Line 164 of commands/pm/pm.drush.inc is missing a closing double quote ".
'--variant' => "Only useful for install profiles. Possible values: 'core', 'no-core', 'make'.
Should be:
'--variant' => "Only useful for install profiles. Possible values: 'core', 'no-core', 'make'."
Comments
Comment #1
moshe weitzman commentedcommitted. thx.