aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/man/bundle-clean.1.ronn
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-11-08 21:30:14 +0900
committergit <svn-admin@ruby-lang.org>2022-11-14 23:39:32 +0000
commit436aa6e64df1164c1158210936f8f606f49cbb6b (patch)
treeb0664c00c2724699e773b4507e3d85892b9a2f0e /lib/bundler/man/bundle-clean.1.ronn
parent710c1ada8494859a6902c0baf8566d474c34ce32 (diff)
downloadruby-436aa6e64df1164c1158210936f8f606f49cbb6b.tar.gz
[rubygems/rubygems] Fix '--force' option documentation of 'bundle clean'
'--path' option is no longer used. https://github.com/rubygems/rubygems/commit/43b3d5f7bc
Diffstat (limited to 'lib/bundler/man/bundle-clean.1.ronn')
-rw-r--r--lib/bundler/man/bundle-clean.1.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/man/bundle-clean.1.ronn b/lib/bundler/man/bundle-clean.1.ronn
index de23991782..ebf70d3935 100644
--- a/lib/bundler/man/bundle-clean.1.ronn
+++ b/lib/bundler/man/bundle-clean.1.ronn
@@ -15,4 +15,4 @@ useful when you have made many changes to your gem dependencies.
* `--dry-run`:
Print the changes, but do not clean the unused gems.
* `--force`:
- Force a clean even if `--path` is not set.
+ Force a clean even if system location is used.