mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
fix quote
This commit is contained in:
@@ -21,7 +21,7 @@ module Jekyll
|
||||
def no_subcommand(args)
|
||||
if args.size > 0 && args.first =~ /^--/ && !%w[--help --version].include?(args.first)
|
||||
deprecation_message "Jekyll now uses subcommands instead of just \
|
||||
switches. Run `jekyll --help' to find out more."
|
||||
switches. Run `jekyll --help` to find out more."
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user