549
554
N_("Use REPLACE INTO instead of INSERT INTO."))
550
555
("result-file,r", po::value<string>(),
551
556
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)."))
552
("where,w", po::value<string>(&where)->default_value(""),
554
557
("destination-type", po::value<string>()->default_value("stdout"),
555
558
N_("Where to send output to (stdout|database"))
556
559
("destination-host", po::value<string>(&opt_destination_host)->default_value("localhost"),