Skip to content

Commit

Permalink
Explain new functionality in "debug" option.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jun 12, 2015
1 parent 9b8ce72 commit 59fccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haml/exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def set_opts(opts)
Encoding.default_internal = internal if internal && !internal.empty?
end

opts.on('-d', '--debug', "Print out the precompiled Ruby source.") do
opts.on('-d', '--debug', "Print out the precompiled Ruby source, and show syntax errors in the Ruby code.") do
@options[:debug] = true
end

Expand Down

0 comments on commit 59fccea

Please sign in to comment.