The patches for 3.0.1pre3.
[rsync/rsync-patches.git] / stdout.diff
index 1ce8ab9..87e7a66 100644 (file)
@@ -45,6 +45,6 @@ diff --git a/options.c b/options.c
 +                      setvbuf(stdout, NULL, _IOLBF, 0);
 +      }
 +
-       if (human_readable && argc == 2) {
+       if (human_readable && argc == 2 && !am_server) {
                /* Allow the old meaning of 'h' (--help) on its own. */
                usage(FINFO);