We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d423a8f commit 321ac66Copy full SHA for 321ac66
src/main.cpp
@@ -796,7 +796,7 @@ int main(int argc, char *argv[])
796
_("Set gameid (\"--gameid list\" prints available ones)"))));
797
#if USE_LEVELDB
798
allowed_options.insert(std::make_pair("migrate", ValueSpec(VALUETYPE_STRING,
799
- _("Migrate from current map backend to another"))));
+ _("Migrate from current map backend to another (Only works when using minetestserver or with --server)"))));
800
#endif
801
#ifndef SERVER
802
allowed_options.insert(std::make_pair("videomodes", ValueSpec(VALUETYPE_FLAG,
0 commit comments