Add note about --migrate only working with minetestserver or --server
authorSfan5 <sfan5@live.de>
Mon, 9 Sep 2013 17:40:02 +0000 (19:40 +0200)
committerSfan5 <sfan5@live.de>
Mon, 9 Sep 2013 20:50:51 +0000 (22:50 +0200)
src/main.cpp

index 98b600f9dc0c312bab7ba1228a3c69fa547a9445..ca3c3bc5d7025a373eb4bc5af621bcc25d2de3ee 100644 (file)
@@ -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,