lib/octopress/commands/helpers.rb in octopress-3.0.0.rc.7 vs lib/octopress/commands/helpers.rb in octopress-3.0.0.rc.8

- old
+ new

@@ -18,10 +18,10 @@ options end def self.add_page_options(c) c.option 'template', '--template PATH', "New #{c.name.to_s} from a template." - c.option 'date', '--date DATE', "Use 'now' or a String that is parseable by Time#parse. (default: Time.now.iso8601)" + c.option 'date', '--date DATE', "Use 'now' or a String that is parseable by Time#parse." c.option 'force', '--force', 'Overwrite file if it already exists' end def self.add_common_options(c) c.option 'config', '--config <CONFIG_FILE>[,CONFIG_FILE2,...]', Array, 'Custom Jekyll configuration file'