fix quote

This commit is contained in:
eksperimental 2015-02-05 16:48:59 +07:00
parent 128427cc87
commit 5e541b5eb0
1 changed files with 1 additions and 1 deletions

View File

@ -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