lib/octopress-ink/commands/helpers.rb in octopress-ink-1.0.0.rc.11 vs lib/octopress-ink/commands/helpers.rb in octopress-ink-1.0.0.rc.13
- old
+ new
@@ -14,10 +14,10 @@
c.option "js", "--js", "#{action} only Javascript files (.js)"
c.option "coffee", "--coffee", "#{action} only Coffeescript files (.coffee)"
c.option "images", "--images", "#{action} only images"
c.option "fonts", "--fonts", "#{action} only fonts"
c.option "files", "--files", "#{action} only files"
- c.option "config", "--config <CONFIG_FILE>[,CONFIG_FILE2,...]", Array, "Custom Jekyll configuration file"
+ c.option "config", "--config", "#{action} only configuration file."
end
end
end
end
end