Merge pull request #2457 from marcransome/master
This commit is contained in:
commit
ba5922f468
|
@ -19,7 +19,7 @@ module Jekyll
|
|||
def self.no_subcommand(args)
|
||||
if args.size > 0 && args.first =~ /^--/ && !%w[--help --version].include?(args.first)
|
||||
Jekyll.logger.error "Deprecation:", "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
|
||||
|
||||
|
|
Loading…
Reference in New Issue