summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-09 19:34:11 -0400
committerAdam <Adam@anope.org>2012-10-09 19:34:11 -0400
commit63bf134321f0d0815c206978e39d059d6bcd5a4a (patch)
tree916ee67ed8a39666c465793e579803afa7f8f4c3
parent2113494274801983e1c858396e8847156a236c3d (diff)
parent912f068fe4fa038c401ab1d0e1d271f861caa2a1 (diff)
Merge remote branch 'attila/1.9+msgfix' into 1.9
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index ee36cb39a..4f0f8bac3 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -384,7 +384,7 @@ void Init(int ac, char **av)
if (GetCommandLineArgument("dbdir", 0, Arg))
{
if (Arg.empty())
- throw FatalException("The --confdir option requires a path");
+ throw FatalException("The --dbdir option requires a path");
db_dir = Arg;
}