lib/octopress/commands/helpers.rb in octopress-3.0.0.rc.35 vs lib/octopress/commands/helpers.rb in octopress-3.0.0.rc.36
- old
+ new
@@ -2,10 +2,10 @@
module CommandHelpers
extend self
def add_page_options(c)
c.option 'date', '-d', '--date DATE', "Use 'now' or a String that is parseable by Time#parse."
- c.option 'template', '-tm', '--template PATH', "New #{c.name.to_s} from a template."
+ c.option 'template', '-T','--template PATH', "New #{c.name.to_s} from a template."
c.option 'force', '-f', '--force', 'Overwrite file if it already exists'
end
def add_common_options(c)
c.option 'config', '-c', '--config <CONFIG_FILE>[,CONFIG_FILE2,...]', Array, 'Custom Jekyll configuration file'