mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
small helptext fix
This commit is contained in:
parent
0432bec311
commit
18421a6c97
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Configuration::init(int argc, const char** argv){
|
|||
"Don't start ndbd immediately. Ndbd will await command from ndb_mgmd", "" },
|
||||
{ "daemon", 'd', arg_flag, &_deamon, "Start ndbd as daemon", "" },
|
||||
{ "initial", 'i', arg_flag, &_initial,
|
||||
"Perform initial start of ndbd, e.g. clean file system. Consult documentation before using this", "" },
|
||||
"Perform initial start of ndbd, including cleaning the file system. Consult documentation before using this", "" },
|
||||
|
||||
{ "connect-string", 'c', arg_string, &_connect_str,
|
||||
"Set connect string for connecting to ndb_mgmd. <constr>=\"host=<hostname:port>[;nodeid=<id>]\". Overides specifying entries in NDB_CONNECTSTRING and config file",
|
||||
|
|
Loading…
Add table
Reference in a new issue