diff --git a/lib/compass/commands/help.rb b/lib/compass/commands/help.rb index ae0b1d17..f3fa2dbc 100644 --- a/lib/compass/commands/help.rb +++ b/lib/compass/commands/help.rb @@ -58,6 +58,7 @@ To get help on a particular command please specify the command. class << self def option_parser(arguments) parser = Compass::Exec::CommandOptionParser.new(arguments) + parser.extend(Compass::Exec::GlobalOptionsParser) parser.extend(HelpOptionsParser) end def usage