Commit 18421a6c authored by unknown's avatar unknown

small helptext fix

parent 0432bec3
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment