Update the argument list in the --help banner for the create-packages.rb tool.

This commit is contained in:
Robert Knight 2011-09-04 12:27:47 +01:00
parent 29ba43be7c
commit 95b39d66c7

View file

@ -319,7 +319,7 @@ target_version = nil
target_platform = nil
OptionParser.new do |parser|
parser.banner = "#{$0} [options] <input dir> <package map file> <output dir>"
parser.banner = "#{$0} [options] <input dir> <config file> <output dir>"
parser.on("-u","--updater [updater binary]","Specifies the updater binary to use") do |updater|
updater_binary_input_path = updater
end