lib/rouge/cli.rb in rouge-1.3.4 vs lib/rouge/cli.rb in rouge-1.4.0

- old
+ new

@@ -270,9 +270,12 @@ yield %|Print CSS styles for the given theme. Extra options are| yield %|passed to the theme. Theme defaults to thankful_eyes.| yield %|| yield %|options:| yield %| --scope (default: .highlight) a css selector to scope by| + yield %|| + yield %|available themes:| + yield %| #{Theme.registry.keys.sort.join(', ')}| end def self.parse(argv) opts = { :theme_name => 'thankful_eyes' }