mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 11:56:40 +00:00
Add cleaner deprecation message
This commit is contained in:
@@ -77,7 +77,7 @@ def parse_options
|
||||
options[:srgb] = false
|
||||
end
|
||||
|
||||
opts.on("--srgb", "Option deprecated - sRGB patch is applied by default.")
|
||||
opts.on("--srgb", "Deprecated: sRGB patch is applied by default.")
|
||||
end.parse!
|
||||
|
||||
options
|
||||
|
||||
Reference in New Issue
Block a user