Skip to content

Commit 5509c25

Browse files
authored
Add (y/N) prompt help text (#404)
1 parent c3110d8 commit 5509c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pyenv-virtualenv-delete

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ -z "$FORCE" ]; then
8888
exit 1
8989
fi
9090

91-
read -p "pyenv-virtualenv: remove $PREFIX? "
91+
read -p "pyenv-virtualenv: remove $PREFIX? (y/N) "
9292
case "$REPLY" in
9393
y* | Y* ) ;;
9494
* ) exit 1 ;;

0 commit comments

Comments
 (0)