Fix option in build failure help message

This commit is contained in:
Daniel Zuberbühler 2012-06-28 14:54:14 +02:00
parent 121715e2be
commit e9b996516b

View file

@ -56,7 +56,7 @@ module Middleman::Cli
action GlobAction.new(self, opts)
if @had_errors && !@debugging
self.shell.say "There were errors during this build, re-run with --debug to see the full exception."
self.shell.say "There were errors during this build, re-run with --verbose to see the full exception."
end
exit(1) if @had_errors