X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/aabb50d4e391be5768fa76170372e28e85902f95..7df593f21f124b1907e33cc9699be2b0d8191440:/compat.c diff --git a/compat.c b/compat.c index d72069d6..888f94d9 100644 --- a/compat.c +++ b/compat.c @@ -241,7 +241,7 @@ void setup_protocol(int f_out,int f_in) /* This should only be able to happen in a batch. */ fprintf(stderr, "Incompatible options specified for inc-recursive %s.\n", - read_batch ? "batch file" : "protocol"); + read_batch ? "batch file" : "connection"); exit_cleanup(RERR_SYNTAX); } need_messages_from_generator = 1;