some code reformatting
[rsync/rsync.git] / options.c
index 0a0e680..02434d5 100644 (file)
--- a/options.c
+++ b/options.c
@@ -204,9 +204,9 @@ void parse_arguments(int argc, char *argv[])
       switch (opt) 
        {
        case OPT_VERSION:
-         printf("rsync version %s  protocol version %d\n\n",
+         rprintf(FINFO,"rsync version %s  protocol version %d\n\n",
                 VERSION,PROTOCOL_VERSION);
-         printf("Written by Andrew Tridgell and Paul Mackerras\n");
+         rprintf(FINFO,"Written by Andrew Tridgell and Paul Mackerras\n");
          exit_cleanup(0);
 
        case OPT_SUFFIX:
@@ -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";