From 90fc2e1c44961542722cbc350d857593c9ecfca9 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 15 Nov 2022 11:48:04 +0900 Subject: [PATCH] Update 'bundle clean --force' completion document --- src/_bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_bundle b/src/_bundle index 99430ba..0231f15 100644 --- a/src/_bundle +++ b/src/_bundle @@ -323,7 +323,7 @@ case $state in clean) _arguments \ '--dry-run[print the changes, but do not clean the unused gems]' \ - '--force[force a clean even if system gem is used]' \ + '--force[forces cleaning up unused gems even if Bundler is configured to use globally installed gems]' \ && ret=0 ;; doctor)