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

This commit is contained in:
Seonghyeon Cho
2021-11-09 00:15:23 +09:00
committed by GitHub
parent c3110d874e
commit 5509c25ac1

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 ;;