X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a7c1fa0049d2fbee5fde35b4cb2fbea4bd7545db..342bfb5e23ebb372e0b1230f8124a4312f8a66d8:/batch.c diff --git a/batch.c b/batch.c index b8d99a06..ac89583a 100644 --- a/batch.c +++ b/batch.c @@ -3,7 +3,7 @@ * * Copyright (C) 1999 Weiss * Copyright (C) 2004 Chris Shoemaker - * Copyright (C) 2004-2007 Wayne Davison + * Copyright (C) 2004-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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]);