lib/akamai_ccu/cli.rb in akamai_ccu-1.5.0 vs lib/akamai_ccu/cli.rb in akamai_ccu-1.5.1
- old
+ new
@@ -47,10 +47,10 @@
data.map(&:to_i).reject(&:zero?)
end
private def parser
OptionParser.new do |opts|
- opts.banner = %Q{Usage: ccu_#{@action} --secret=~/.edgerc --production --cp="12345, 98765"}
+ opts.banner = "Usage: ccu_#{@action} --secret=~/.edgerc --production --cp=12345,98765"
opts.on("-sSECRET", "--secret=SECRET", "Load secret data by file") do |secret|
@secret = File.expand_path(secret)
end