X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d3d07a5e860f1cde0e234ec7a1aff7111a2c514f..1fe0d1426309308128f0622452063f26de2ce590:/batch.c diff --git a/batch.c b/batch.c index 033368a3..ac89583a 100644 --- a/batch.c +++ b/batch.c @@ -135,7 +135,7 @@ void check_batch_flags(void) set ? "Please" : "Do not"); exit_cleanup(RERR_SYNTAX); } - if (verbose) { + if (INFO_GTE(MISC, 1)) { rprintf(FINFO, "%sing the %s option to match the batchfile.\n", set ? "Sett" : "Clear", flag_name[i]);