[rubygems/rubygems] Fix '--force' option documentation of 'bundle clean'
'--path' option is no longer used. https://github.com/rubygems/rubygems/commit/43b3d5f7bc
This commit is contained in:
parent
710c1ada84
commit
436aa6e64d
@ -620,7 +620,7 @@ module Bundler
|
|||||||
method_option "dry-run", :type => :boolean, :default => false, :banner =>
|
method_option "dry-run", :type => :boolean, :default => false, :banner =>
|
||||||
"Only print out changes, do not clean gems"
|
"Only print out changes, do not clean gems"
|
||||||
method_option "force", :type => :boolean, :default => false, :banner =>
|
method_option "force", :type => :boolean, :default => false, :banner =>
|
||||||
"Forces clean even if --path is not set"
|
"Forces clean even if system location is used"
|
||||||
def clean
|
def clean
|
||||||
require_relative "cli/clean"
|
require_relative "cli/clean"
|
||||||
Clean.new(options.dup).run
|
Clean.new(options.dup).run
|
||||||
|
@ -20,5 +20,5 @@ Print the changes, but do not clean the unused gems\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-force\fR
|
\fB\-\-force\fR
|
||||||
Force a clean even if \fB\-\-path\fR is not set\.
|
Force a clean even if system location is used\.
|
||||||
|
|
||||||
|
@ -15,4 +15,4 @@ useful when you have made many changes to your gem dependencies.
|
|||||||
* `--dry-run`:
|
* `--dry-run`:
|
||||||
Print the changes, but do not clean the unused gems.
|
Print the changes, but do not clean the unused gems.
|
||||||
* `--force`:
|
* `--force`:
|
||||||
Force a clean even if `--path` is not set.
|
Force a clean even if system location is used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user