tweak formatting of help

This commit is contained in:
Anuj Biyani 2013-06-04 16:04:47 -07:00
parent fc124c21bf
commit b6af069025

View File

@ -29,9 +29,7 @@ module AwsMissingTools
inservice_time_allowed: 300
}
OptionParser.new do |opts|
opts.banner = 'Usage: aws-ha-release.rb -a <group name> [options]'
OptionParser.new('Usage: aws-ha-release.rb -a <group name> [options]', 50) do |opts|
opts.on('-a', '--as-group-name GROUP_NAME', 'AutoScaling Group Name') do |v|
options[:as_group_name] = v
end