Add note about --migrate only working with minetestserver or --server

master
Sfan5 2013-09-09 19:40:02 +02:00
parent d423a8fc20
commit 321ac66558
1 changed files with 1 additions and 1 deletions

View 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,