532
532
N_("Where to send output to (stdout|database"))
533
533
("destination-host", po::value<string>(&opt_destination_host)->default_value("localhost"),
534
534
N_("Hostname for destination db server (requires --destination-type=database)"))
536
536
N_("Port number for destination db server (requires --destination-type=database)"))
537
537
("destination-user", po::value<string>(&opt_destination_user),
538
538
N_("User name for destination db server (resquires --destination-type=database)"))