Skip to content

Commit 9e6ad77

Browse files
committed
Fix syntax error in example [ci skip]
1 parent 3da22d2 commit 9e6ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Mercenary.program(:jekyll) do |p|
3333
p.command(:new) do |c|
3434
c.syntax "new PATH" # do not include the program name or super commands
3535
c.description "Creates a new Jekyll site scaffold in PATH"
36-
c.option 'blank', '--blank', 'Initialize the new site without any content."
36+
c.option 'blank', '--blank', 'Initialize the new site without any content.'
3737

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

0 commit comments

Comments
 (0)