summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-31 23:10:36 -0400
committerAdam <Adam@anope.org>2012-10-31 23:11:06 -0400
commitb2b4f21e39041f33a5ee44632ab0dedfd039febf (patch)
treed722bc95120f26d803843e57faa6764363b32c35 /Config
parent22e55165c91f5d00fcd70ee410fe5c79b5c239d4 (diff)
Clarify the path given to Config isnt actually the bin path, but the path Anope is installed to
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