diff --git a/lib/pact_broker/client/cli/thor_unknown_options_monkey_patch.rb b/lib/pact_broker/client/cli/thor_unknown_options_monkey_patch.rb index 116ca9d..bdca9b1 100644 --- a/lib/pact_broker/client/cli/thor_unknown_options_monkey_patch.rb +++ b/lib/pact_broker/client/cli/thor_unknown_options_monkey_patch.rb @@ -30,7 +30,7 @@ def check_unknown_and_warn original_check_unknown! rescue UnknownArgumentError => e $stderr.puts(::Term::ANSIColor.yellow(e.message)) - $stderr.puts(::Term::ANSIColor.yellow("This is a warning rather than an error so as not to break backwards compatibility. To raise an error for unknown arguments set PACT_BROKER_ERROR_ON_UNKNOWN_OPTION=true")) + $stderr.puts(::Term::ANSIColor.yellow("This is a warning rather than an error so as not to break backwards compatibility. To raise an error for unknown options set PACT_BROKER_ERROR_ON_UNKNOWN_OPTION=true")) $stderr.puts("\n") end end