diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-01-05 21:55:34 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-01-05 21:55:34 +1100 |
commit | 0f5fe69ec8ae8fdc0c7c8219b0fe830f0a306ffd (patch) | |
tree | 37694731e58ee6959402cdd2204f29a59125abd4 | |
parent | 2ba607963bb53e785adeefb4c414529b6a0cbb5d (diff) | |
download | bundler-0f5fe69ec8ae8fdc0c7c8219b0fe830f0a306ffd.tar.gz |
removed parseable alias option
-rw-r--r-- | lib/bundler/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 36e472f0ec..3bdc3db9e9 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -344,7 +344,7 @@ module Bundler will show the current value, as well as any superceded values and where they were specified. D - method_option "parseable", :aliases => "--porcelain", :type => :boolean, :banner => "Use minimal formatting for more parseable output" + method_option "parseable", :type => :boolean, :banner => "Use minimal formatting for more parseable output" def config(*args) require "bundler/cli/config" Config.new(options, args, self).run |