lib/asciidoctor/cli/invoker.rb in asciidoctor-2.0.16 vs lib/asciidoctor/cli/invoker.rb in asciidoctor-2.0.17

- old
+ new

@@ -140,10 +140,10 @@ @code = (e.respond_to? :status) ? e.status : 1 if @options[:trace] raise e else err.puts ::RuntimeError === e ? %(#{e.message} (#{e.class})) : e.message - err.puts ' Use --trace for backtrace' + err.puts ' Use --trace to show backtrace' end end nil ensure $VERBOSE = old_verbose