From: Andrew Tridgell Date: Thu, 2 Jul 1998 00:48:20 +0000 (+0000) Subject: don't need to send --progress option to server as the server never X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a353d5633749e09b62c36b4a72e5688f456579e6?ds=sidebyside don't need to send --progress option to server as the server never prints progress info. --- diff --git a/options.c b/options.c index 0a0e680f..0c99395e 100644 --- a/options.c +++ b/options.c @@ -494,9 +494,6 @@ void server_options(char **args,int *argc) if (keep_partial) args[ac++] = "--partial"; - if (do_progress) - args[ac++] = "--progress"; - if (force_delete) args[ac++] = "--force";