X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/c0c7984e7f6009b6ab18ad3da998a56a9c0f083d..07bbd4a4cc7d89a5cd17d0b680c0be6dac6e1589:/stdout.diff diff --git a/stdout.diff b/stdout.diff index 1ce8ab9..87e7a66 100644 --- a/stdout.diff +++ b/stdout.diff @@ -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);