mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 08:26:39 +00:00
Change options description wording
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user