Browse Source

Add (y/N) prompt help text (#404)

pull/413/head
Seonghyeon Cho 2 years ago
committed by GitHub
parent
commit
5509c25ac1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/pyenv-virtualenv-delete

+ 1
- 1
bin/pyenv-virtualenv-delete View File

@ -88,7 +88,7 @@ if [ -z "$FORCE" ]; then
exit 1
fi
read -p "pyenv-virtualenv: remove $PREFIX? "
read -p "pyenv-virtualenv: remove $PREFIX? (y/N) "
case "$REPLY" in
y* | Y* ) ;;
* ) exit 1 ;;

Loading…
Cancel
Save