lib/octopress-ink/commands/helpers.rb in octopress-ink-1.0.0.alpha.40 vs lib/octopress-ink/commands/helpers.rb in octopress-ink-1.0.0.alpha.41

- old
+ new

@@ -4,10 +4,11 @@ module CommandHelpers def self.add_asset_options(c, action) c.option "layouts", "--layouts", "#{action} only layouts" c.option "includes", "--includes", "#{action} only includes" c.option "pages", "--pages", "#{action} only pages" - c.option "stylesheets", "--stylesheets", "#{action} only Stylesheets" + c.option "stylesheets", "--stylesheets", "#{action} only Stylesheets (CSS and Sass)" + c.option "css", "--css", "#{action} only CSS files" c.option "sass", "--sass", "#{action} only Sass files" c.option "javascripts", "--javascripts", "#{action} only Javascripts" c.option "images", "--images", "#{action} only images" c.option "fonts", "--fonts", "#{action} only fonts" c.option "files", "--files", "#{action} only files"