From 321ac665586d1a5ab06be4c7f15279ad63693a9d Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Mon, 9 Sep 2013 19:40:02 +0200 Subject: [PATCH] Add note about --migrate only working with minetestserver or --server --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 98b600f9..ca3c3bc5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -796,7 +796,7 @@ int main(int argc, char *argv[]) _("Set gameid (\"--gameid list\" prints available ones)")))); #if USE_LEVELDB allowed_options.insert(std::make_pair("migrate", ValueSpec(VALUETYPE_STRING, - _("Migrate from current map backend to another")))); + _("Migrate from current map backend to another (Only works when using minetestserver or with --server)")))); #endif #ifndef SERVER allowed_options.insert(std::make_pair("videomodes", ValueSpec(VALUETYPE_FLAG,