Skip to content

Commit

Permalink
Add note about --migrate only working with minetestserver or --server
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 9, 2013
1 parent d423a8f commit 321ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 321ac66

Please sign in to comment.