From cb5dacfd403a5ca4e3bdeb3eb3d0009136966f91 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Sep 2011 16:15:57 -0400 Subject: [PATCH] rsync and wget use stderr for progress, so no problem --- doc/bugs/add_script-friendly_output_options.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/bugs/add_script-friendly_output_options.mdwn b/doc/bugs/add_script-friendly_output_options.mdwn index 08f7e6c7b8..7d7bdfc51a 100644 --- a/doc/bugs/add_script-friendly_output_options.mdwn +++ b/doc/bugs/add_script-friendly_output_options.mdwn @@ -13,6 +13,7 @@ This could perhaps be triggered by a --json or --xml flag to the relevant comman > notes and are of course not machine readable, and subject to change. > * Output of helper commands like rsync is not diverted away, and > could clutter up the json output badly. Should only affect commands -> that transfer data. +> that transfer data. And AFAICS, wget and rsync both output their +> progress displays to stderr, so shouldn't be a problem. > > --[[Joey]]