[DRE-commits] [ruby-aws-sdk] 04/04: Fix typo in the aws commandline program help page

David Suárez deiv-guest at moszumanska.debian.org
Mon Sep 22 19:08:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit 020f1a7c9533590cc08f19d632453b1295fb85ca
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Sep 22 21:05:12 2014 +0200

    Fix typo in the aws commandline program help page
---
 .../fix-typo-in-aws-repl-commandline-client-help-page   | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix-typo-in-aws-repl-commandline-client-help-page b/debian/patches/fix-typo-in-aws-repl-commandline-client-help-page
new file mode 100644
index 0000000..56299dd
--- /dev/null
+++ b/debian/patches/fix-typo-in-aws-repl-commandline-client-help-page
@@ -0,0 +1,17 @@
+Description: Fix typo in the aws commandline program help page
+
+Author: David Suárez <david.sephirot at 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
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fad9abb..c7eae2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use-correct-path-for-autoload
 use-correct-path-for-bundled-files
+fix-typo-in-aws-repl-commandline-client-help-page

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list