X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d8d13893489ba8245d2ff1e67fbb5c46dd047ef6..951e826b75c4a4e6bc066e248d7489fb6eba6fde:/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]);