1277
1277
N_("Set up signals usable for debugging"))
1278
1278
("lc-time-name", po::value<string>(),
1279
1279
N_("Set the language used for the month names and the days of the week."))
1280
("log-warnings,W", po::value<string>(),
1280
("log-warnings,W", po::value<bool>(&global_system_variables.log_warnings)->default_value(false)->zero_tokens(),
1281
1281
N_("Log some not critical warnings to the log file."))
1282
1282
("pid-file", po::value<string>(),
1283
1283
N_("Pid file used by drizzled."))