Change options description wording

This commit is contained in:
2012-06-04 12:17:32 +01:00
parent 6aa979f29f
commit 01ba7b2748

View File

@@ -69,11 +69,11 @@ def parse_options
OptionParser.new do |opts|
opts.banner = "Usage: ./build-emacs-for-osx [options] [branch/tag/sha]"
opts.on("--no-fullscreen", "Don't include fullscreen patch.") do
opts.on("--no-fullscreen", "Skip fullscreen patch.") do
options[:fullscreen] = false
end
opts.on('--no-srgb', "Don't include sRGB patch.") do
opts.on('--no-srgb', "Skip sRGB patch.") do
options[:srgb] = false
end