Update 'bundle clean --force' completion document

This commit is contained in:
Shohei YOSHIDA 2022-11-15 11:48:04 +09:00
parent 45b5a8a78d
commit 90fc2e1c44
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ case $state in
clean) clean)
_arguments \ _arguments \
'--dry-run[print the changes, but do not clean the unused gems]' \ '--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 && ret=0
;; ;;
doctor) doctor)