1364
1364
N_("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."))
1365
1365
("disable-tee", po::value<bool>()->default_value(false)->zero_tokens(),
1366
1366
N_("Disable outfile. See interactive help (\\h) also."))
1368
1367
("connect_timeout", po::value<uint32_t>(&opt_connect_timeout)->default_value(0)->notifier(&check_timeout_value),
1369
1368
N_("Number of seconds before connection timeout."))
1370
1369
("max_input_line", po::value<uint32_t>(&opt_max_input_line)->default_value(16*1024L*1024L)->notifier(&check_max_input_line),