X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ba8672dfabd1edf8f2c4244a8a1cc9a8e470c066..73cb6738b33846130c21f2903b2200fa3f1903ab:/io.c diff --git a/io.c b/io.c index d29643d8..60062f90 100644 --- a/io.c +++ b/io.c @@ -352,8 +352,7 @@ static void check_for_d_option_error(const char *msg) if (saw_d) { rprintf(FWARNING, - "*** Try adding \"-r --exclude='/*/*'\" " - "if remote rsync is <= 2.6.3 ***\n"); + "*** Try using \"--old-d\" if remote rsync is <= 2.6.3 ***\n"); } }