summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-05 01:37:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-05 01:37:22 +0000
commit355ba706132fd529f30de75218835999441f2d64 (patch)
tree59fa4fdda85b7bb51fc91b39796b71c88b0c95bd /bin/etc-update
parent5c49ff5f3af63d0188c14b449fb7c050a1dd1988 (diff)
downloadportage-355ba706132fd529f30de75218835999441f2d64.tar.gz
portage-355ba706132fd529f30de75218835999441f2d64.tar.bz2
portage-355ba706132fd529f30de75218835999441f2d64.zip
add space before prompt
svn path=/main/trunk/; revision=4154
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index a421d973a..bd1180b95 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -141,7 +141,7 @@ configuration file is followed by a list of possible replacement files."
echo " (-1 to exit) (-3 to auto merge all remaining files)"
echo " (-5 to auto-merge AND not use 'mv -i')"
echo " (-7 to discard all updates)"
- echo -n " (-9 to discard all updates AND not use 'rm -i'):"
+ echo -n " (-9 to discard all updates AND not use 'rm -i'): "
read input
else
dialog --title "${title}" --menu "${my_title}" \