We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da22d2 commit 9e6ad77Copy full SHA for 9e6ad77
README.md
@@ -33,7 +33,7 @@ Mercenary.program(:jekyll) do |p|
33
p.command(:new) do |c|
34
c.syntax "new PATH" # do not include the program name or super commands
35
c.description "Creates a new Jekyll site scaffold in PATH"
36
- c.option 'blank', '--blank', 'Initialize the new site without any content."
+ c.option 'blank', '--blank', 'Initialize the new site without any content.'
37
38
c.action do |args, options|
39
Jekyll::Commands::New.process(args, blank: options['blank'])
0 commit comments