1409
1456
("shutdown", po::value<bool>()->zero_tokens(),
1410
1457
_("Shutdown the server"))
1411
1458
("silent,s", _("Be more silent. Print results with a tab as separator, each row on new line."))
1412
1461
("tee", po::value<string>(),
1413
1462
_("Append everything into outfile. See interactive help (\\h) also. Does not work in batch mode. Disable with --disable-tee. This option is disabled by default."))
1414
1463
("disable-tee", po::value<bool>()->default_value(false)->zero_tokens(),