X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1f3d6cdd86a47dfe5553cfec1c4e953845dc7901..067669dac74abfa2acaaef6b1d078d861814e100:/options.c diff --git a/options.c b/options.c index 01e9695c..52fc8c75 100644 --- a/options.c +++ b/options.c @@ -641,6 +641,9 @@ int parse_arguments(int *argc, const char ***argv, int frommain) exit_cleanup(RERR_SYNTAX); } + if (do_progress && !verbose) + verbose = 1; + *argv = poptGetArgs(pc); if (*argv) *argc = count_args(*argv);