Description: Fix typo in the aws commandline program help page

Author: David Suárez <david.sephirot@gmail.com>
Forwarded: https://github.com/aws/aws-sdk-ruby/pull/630
Last-Update: 2014-09-22

--- ruby-aws-sdk-1.52.0.orig/bin/aws-rb
+++ ruby-aws-sdk-1.52.0/bin/aws-rb
@@ -61,7 +61,7 @@ OptionParser.new do |opts|
     options[:color] = value
   end
 
-  opts.on("--profile PROFLIE", "Use a specific profile from your credential file.") do |value|
+  opts.on("--profile PROFILE", "Use a specific profile from your credential file.") do |value|
     options[:profile] = value
   end
 
