lib/octopress/commands/new.rb in octopress-3.0.0.alpha7 vs lib/octopress/commands/new.rb in octopress-3.0.0.alpha8

- old
+ new

@@ -2,10 +2,10 @@ module Octopress class New < Command def self.init_with_program(p) p.command(:new) do |c| - c.syntax 'new <path>' + c.syntax 'new <PATH>' c.description 'Creates a new Jekyll site scaffold in path' c.option 'force', '--force', 'Force creation even if path already exists' c.option 'blank', '--blank', 'Creates scaffolding but with empty files' c.action do |args, options|