Merge pull request #917 from zsh-users/update-bundle-doc

Update 'bundle clean --force' completion document
This commit is contained in:
Shohei YOSHIDA 2022-11-15 22:33:04 +09:00 committed by GitHub
commit 22f873dc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)