mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-29 07:01:45 +00:00
Update the argument list in the --help banner for the create-packages.rb tool.
This commit is contained in:
parent
29ba43be7c
commit
95b39d66c7
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ target_version = nil
|
||||||
target_platform = nil
|
target_platform = nil
|
||||||
|
|
||||||
OptionParser.new do |parser|
|
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|
|
parser.on("-u","--updater [updater binary]","Specifies the updater binary to use") do |updater|
|
||||||
updater_binary_input_path = updater
|
updater_binary_input_path = updater
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue