Commit f6e09367 authored by Martin Pool's avatar Martin Pool

Option should be --recursive, not --recurse. (This is what it was in

--help and 2.4.6.)
parent 3aae15ec
......@@ -274,7 +274,7 @@ static struct poptOption long_options[] = {
{"archive", 'a', POPT_ARG_NONE, 0, 'a'},
{"server", 0, POPT_ARG_NONE, &am_server},
{"sender", 0, POPT_ARG_NONE, 0, OPT_SENDER},
{"recurse", 'r', POPT_ARG_NONE, &recurse},
{"recursive", 'r', POPT_ARG_NONE, &recurse},
{"relative", 'R', POPT_ARG_NONE, &relative_paths},
{"rsh", 'e', POPT_ARG_STRING, &shell_cmd},
{"block-size", 'B', POPT_ARG_INT, &block_size},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment