Skip to content

Commit

Permalink
Fix syntax error in example [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 21, 2014
1 parent 3da22d2 commit 9e6ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Mercenary.program(:jekyll) do |p|
p.command(:new) do |c|
c.syntax "new PATH" # do not include the program name or super commands
c.description "Creates a new Jekyll site scaffold in PATH"
c.option 'blank', '--blank', 'Initialize the new site without any content."
c.option 'blank', '--blank', 'Initialize the new site without any content.'

c.action do |args, options|
Jekyll::Commands::New.process(args, blank: options['blank'])
Expand Down

0 comments on commit 9e6ad77

Please sign in to comment.