summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricia Arbona <arbonap@gmail.com>2017-07-27 09:27:00 -0700
committerPatricia Arbona <arbonap@gmail.com>2017-07-27 09:53:26 -0700
commitdf9077394e4fed26e6207a8b91301de68364ff31 (patch)
tree495ddbb009a0849238b1f1adec925d5982d8c5c8
parent92f7781eda8e429a189c1d2ebc642ec4f8febdbf (diff)
downloadbundler-df9077394e4fed26e6207a8b91301de68364ff31.tar.gz
Delete redundant aliases from bundle outdated command
-rw-r--r--lib/bundler/cli.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index a1ad3055ca..31f5bb04c8 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -312,8 +312,8 @@ module Bundler
For more information on patch level options (--major, --minor, --patch,
--update-strict) see documentation on the same options on the update command.
D
- method_option "group", :aliases => "--group", :type => :string, :banner => "List gems from a specific group"
- method_option "groups", :aliases => "--groups", :type => :boolean, :banner => "List gems organized by groups"
+ method_option "group", :type => :string, :banner => "List gems from a specific group"
+ method_option "groups", :type => :boolean, :banner => "List gems organized by groups"
method_option "local", :type => :boolean, :banner =>
"Do not attempt to fetch gems remotely and use the gem cache instead"
method_option "pre", :type => :boolean, :banner => "Check for newer pre-release gems"