From b4acac706dae66be3ddc3f0a291097ca175417f7 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 24 Feb 2015 08:56:52 +0100 Subject: Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 33cb34f68..922effb1f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -266,7 +266,7 @@ int main(int argc, char *argv[]) #ifndef __ANDROID__ // Run unit tests - if (cmd_args.getFlag("do-unittests")) { + if (cmd_args.getFlag("run-unittests")) { run_tests(); return 0; } @@ -339,7 +339,7 @@ static void set_allowed_options(OptionList *allowed_options) _("Load configuration from specified file")))); allowed_options->insert(std::make_pair("port", ValueSpec(VALUETYPE_STRING, _("Set network port (UDP)")))); - allowed_options->insert(std::make_pair("do-unittests", ValueSpec(VALUETYPE_FLAG, + allowed_options->insert(std::make_pair("run-unittests", ValueSpec(VALUETYPE_FLAG, _("Run the unit tests and exit")))); allowed_options->insert(std::make_pair("map-dir", ValueSpec(VALUETYPE_STRING, _("Same as --world (deprecated)")))); -- cgit v1.2.3