summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
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 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;
}