Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Correct documentation for --prune-cache option
Browse files Browse the repository at this point in the history
  • Loading branch information
vandrijevik authored and Carlhuda committed Dec 10, 2009
1 parent 7169d04 commit b1bb45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/commands/bundle_command.rb
Expand Up @@ -19,7 +19,7 @@ def initialize
options[:cache] = gem
end

add_option('--prune-cache', "Removes all .gem files from the bundle's cache") do
add_option('--prune-cache', "Removes all .gem files that are not a part of the bundle from the cache") do
options[:prune] = true
end

Expand Down

0 comments on commit b1bb45c

Please sign in to comment.