renamed build.rb to build-emacs-for-osx

This commit is contained in:
2011-11-13 14:03:00 +00:00
parent c1f04c1fee
commit f996b30e13

View File

@@ -66,13 +66,13 @@ def parse_options
options = {}
OptionParser.new do |opts|
opts.banner = "Usage: build.rb [options] [branch/sha]"
opts.banner = "Usage: ./build-emacs-for-osx [options] [branch/sha]"
opts.on('--srgb', "Include sRGB patch.") do
options[:srgb] = true
end
opts.on("--no-fullscreen", "Don't include fullscreen patch") do
opts.on("--no-fullscreen", "Don't include fullscreen patch.") do
options[:no_fullscreen] = true
end
end.parse!