X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/57b12568e640b4e47039a30a6aa66e5d3a8efe12..4e7d07c8d4c75f0fc4207f0d6058db99b61c2f17:/compat.c diff --git a/compat.c b/compat.c index be0bf473..10eb0dad 100644 --- a/compat.c +++ b/compat.c @@ -94,7 +94,8 @@ void setup_protocol(int f_out,int f_in) if (basis_dir_cnt > 1 && protocol_version < 29) { rprintf(FERROR, - "Multiple %s options requires protocol 29 or higher (negotiated %d).\n", + "Using more than one %s option requires protocol 29 or higher\n" + "(negotiated %d).\n", dest_option, protocol_version); exit_cleanup(RERR_PROTOCOL); }