Skip to content

Commit 321ac66

Browse files
committedSep 9, 2013
Add note about --migrate only working with minetestserver or --server
1 parent d423a8f commit 321ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ int main(int argc, char *argv[])
796796
_("Set gameid (\"--gameid list\" prints available ones)"))));
797797
#if USE_LEVELDB
798798
allowed_options.insert(std::make_pair("migrate", ValueSpec(VALUETYPE_STRING,
799-
_("Migrate from current map backend to another"))));
799+
_("Migrate from current map backend to another (Only works when using minetestserver or with --server)"))));
800800
#endif
801801
#ifndef SERVER
802802
allowed_options.insert(std::make_pair("videomodes", ValueSpec(VALUETYPE_FLAG,

0 commit comments

Comments
 (0)
Please sign in to comment.