summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4af2ee79e7..b0a7241fde 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -417,7 +417,7 @@ module Bundler
method_option "local", :type => :boolean, :banner =>
"Do not attempt to fetch gems remotely and use the gem cache instead"
method_option "strict", :type => :boolean, :banner =>
- "Only list newer versions that match requirements"
+ "Only list newer versions allowed by your Gemfile requirements"
def outdated(*gems)
sources = Array(options[:source])