1504
1523
("set-charset", po::value<bool>(&opt_set_charset)->default_value(false)->zero_tokens(),
1506
1525
("slow", N_("Buffer query instead of dumping directly to stdout."))
1509
1526
("replace", po::value<bool>(&opt_replace_into)->default_value(false)->zero_tokens(),
1510
1527
N_("Use REPLACE INTO instead of INSERT INTO."))
1511
1528
("result-file,r", po::value<string>(),
1512
1529
N_("Direct output to a given file. This option should be used in MSDOS, because it prevents new line '\\n' from being converted to '\\r\\n' (carriage return + line feed)."))
1513
("tab,T", po::value<string>(&path)->default_value(""),
1515
1530
("where,w", po::value<string>(&where)->default_value(""),
1516
1531
N_("Dump only selected records; QUOTES mandatory!"))