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]]