Merge branch 'stable'

* stable:
  better description of the --using option.
This commit is contained in:
Chris Eppstein 2010-08-31 22:36:22 -07:00
commit 3c295329da

View File

@ -33,7 +33,7 @@ module Compass
}.split("\n").map{|l| l.gsub(/^ */,'')}.join("\n").strip
end
opts.on("--using FRAMEWORK", "Framework to use when creating the project.") do |framework|
opts.on("--using PATTERN", "A framework's pattern to use when creating the project.") do |framework|
framework = framework.split('/', 2)
self.options[:framework] = framework[0]
self.options[:pattern] = framework[1]