Option should be --recursive, not --recurse. (This is what it was in
authorMartin Pool <mbp@samba.org>
Fri, 31 Aug 2001 06:29:45 +0000 (06:29 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 31 Aug 2001 06:29:45 +0000 (06:29 +0000)
--help and 2.4.6.)

options.c

index 6b3227d..3376cbc 100644 (file)
--- a/options.c
+++ b/options.c
@@ -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},