summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Config')
-rwxr-xr-xConfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config b/Config
index 495cbe388..07854e620 100755
--- a/Config
+++ b/Config
@@ -240,7 +240,7 @@ export ok INPUT
####
ok=0
-echo "In what directory do you want the binaries to be installed?"
+echo "In what directory should Anope be installed?"
while [ $ok -eq 0 ] ; do
echo2 "[$INSTDIR] "
if read INPUT ; then : ; else echo "" ; exit 1 ; fi