don't need to send --progress option to server as the server never
[rsync/rsync.git] / options.c
index 0a0e680..0c99395 100644 (file)
--- 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";