summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
committerAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
commit9ab50eedf26f2eb7f3e3d0bc66b41482bd19cba6 (patch)
tree64a3ee002ae87f498837bcbd22d4867832c74813 /src/init.cpp
parent64a3bda2356f7396e3d6457359ae1f1ce7bf0325 (diff)
Fixed restarting Anope when it is started from outside of the services binary dir
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 69bb88539..841fdc55e 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -225,7 +225,7 @@ void Init(int ac, char **av)
{
Log(LOG_TERMINAL) << "Anope-" << Anope::Version() << " -- " << Anope::Build();
Log(LOG_TERMINAL) << "Anope IRC Services (http://www.anope.org)";
- Log(LOG_TERMINAL) << "Usage ./" << SERVICES_BIN << " [options] ...";
+ Log(LOG_TERMINAL) << "Usage ./" << services_bin << " [options] ...";
Log(LOG_TERMINAL) << "-c, --config=filename.conf";
Log(LOG_TERMINAL) << "-d, --debug[=level]";
Log(LOG_TERMINAL) << " --dir=services_directory";