diff options
| author | Asutosh Palai <asupalai@gmail.com> | 2016-05-31 18:17:32 +0530 |
|---|---|---|
| committer | Asutosh Palai <asupalai@gmail.com> | 2016-05-31 18:22:23 +0530 |
| commit | e51b967c537ed5deb133c24961ec7a51968be150 (patch) | |
| tree | ac52a48c3927ff5932197aded9da0fc5caa79501 /lib/bundler/cli/plugin.rb | |
| parent | b1621fbc91587ae46f2ea0dc3be4e6b0d4858b48 (diff) | |
| download | bundler-e51b967c537ed5deb133c24961ec7a51968be150.tar.gz | |
Fixed the mistakes pointed out
Diffstat (limited to 'lib/bundler/cli/plugin.rb')
| -rw-r--r-- | lib/bundler/cli/plugin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/plugin.rb b/lib/bundler/cli/plugin.rb index 66eacd1d1e..c00e3f1855 100644 --- a/lib/bundler/cli/plugin.rb +++ b/lib/bundler/cli/plugin.rb @@ -9,7 +9,7 @@ module Bundler method_option "source", :type => :string, :default => nil, :banner => "URL of the RubyGems source to fetch the plugin from" method_option "version", :type => :string, :default => nil, :banner => - "The version of the plugin to fetch from" + "The version of the plugin to fetch" method_option "git", :type => :string, :default => nil, :banner => "URL of the git repo to fetch from" method_option "branch", :type => :string, :default => nil, :banner => |
