X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7bc90b3066d9e83ef81b6e5d5dbaa0b02f519673..864146de58bec34fe8b0e61467907419628838b9:/options.c diff --git a/options.c b/options.c index 3611e134..9aa0c261 100644 --- a/options.c +++ b/options.c @@ -1126,7 +1126,7 @@ void server_options(char **args,int *argc) if (copy_links) argstr[x++] = 'L'; if (xfer_dirs > 1) - argstr[x++] = 'k'; + argstr[x++] = 'd'; if (keep_dirlinks && am_sender) argstr[x++] = 'K';