summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 09:30:13 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 09:30:13 +0200
commit7921e78d952305dcac203648fdda9aefb87af488 (patch)
tree293da7498c071053a779a9f2bd2821af8a168793
parentf876e820ec204a2010d64a73e4f7e84b4d79e7ea (diff)
downloadbundler-7921e78d952305dcac203648fdda9aefb87af488.tar.gz
Typo. s/expect/except/
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 7d0eb27363..4e3735847e 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -320,7 +320,7 @@ module Bundler
desc "list", "List all gems in the bundle"
method_option "name-only", :type => :boolean, :banner => "print only the gem names"
method_option "only-group", :type => :string, :banner => "print gems from a particular group"
- method_option "without-group", :type => :string, :banner => "print all gems expect from a group"
+ method_option "without-group", :type => :string, :banner => "print all gems except from a group"
method_option "paths", :type => :boolean, :banner => "print the path to each gem in the bundle"
def list
require "bundler/cli/list"