lib/akamai_ccu/cli.rb in akamai_ccu-1.5.4 vs lib/akamai_ccu/cli.rb in akamai_ccu-1.5.5

- old
+ new

@@ -47,10 +47,10 @@ data.map(&:to_i).reject(&:zero?) end private def parser OptionParser.new do |opts| - opts.banner = "Usage: ccu_#{@action} --secret=~/.edgerc --production --cp=12345,98765" + opts.banner = "Usage: ccu_#{@action} --secret=~/tokens.txt --production --cp=12345,98765" opts.on("-sSECRET", "--secret=SECRET", "Load secret by file (default to ~/.edgerc)") do |secret| @secret = File.expand_path(secret) end