From e9b996516b685ea462aeafd4cf299bcacd7e2a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Zuberbu=CC=88hler?= Date: Thu, 28 Jun 2012 14:54:14 +0200 Subject: [PATCH] Fix option in build failure help message --- middleman-core/lib/middleman-core/cli/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-core/lib/middleman-core/cli/build.rb b/middleman-core/lib/middleman-core/cli/build.rb index f6616a22..60be95f5 100644 --- a/middleman-core/lib/middleman-core/cli/build.rb +++ b/middleman-core/lib/middleman-core/cli/build.rb @@ -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