summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2010-05-13 23:22:40 -0400
committerAndre Arko <andre@arko.net>2010-05-14 12:23:07 -0700
commitef344e77a2ba844a7beffcbba879a29764689f37 (patch)
tree083d98afca0361a2ef3a5921cb6d4539c037d2b7
parente4287d26ad52b4db5c6379432dd201bf1a0eb311 (diff)
downloadbundler-ef344e77a2ba844a7beffcbba879a29764689f37.tar.gz
Indicate that specifying a gem to 'bundle show' is optional.
Closes #329
-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 847dd05a35..06c9acbce0 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -131,7 +131,7 @@ module Bundler
end
end
- desc "show GEM", "Shows all gems that are part of the bundle, or the path to a given gem"
+ desc "show [GEM]", "Shows all gems that are part of the bundle, or the path to a given gem"
def show(gem_name = nil)
if gem_name
Bundler.ui.info locate_gem(gem_name)