added a couple echo's

This commit is contained in:
Andrew Moore 1993-09-11 08:55:41 +00:00
parent aecc66379a
commit 778cac5fae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=443

View File

@ -407,11 +407,13 @@ if [ ! "$partition" ]; then
read resp
case "$resp" in
y*|Y*)
echo
echo "Well, since we can't even open it, there isn't much"
echo "hope for writing a label on it. But you're free"
echo "to give it a try. You need to specify the geometry."
;;
*)
echo
echo "Okay. Let's start again from the top."
continue
;;