From 0391bae406896b068c9e82b76aa6c26c7928efc7 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 19 May 2022 21:32:42 +0200 Subject: README: make sure sfeed_update errors don't write to stderr It would mess up the output since the progress bar writes to stderr aswell. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 92d77fe..7753a8e 100644 --- a/README +++ b/README @@ -1014,7 +1014,7 @@ Alternative: pv -l -s totallines config="${1:-$HOME/.sfeed/sfeedrc}" total=$(countfeeds "${config}") - sfeed_update "${config}" | progress "${total}" + sfeed_update "${config}" 2>&1 | progress "${total}" - - - -- cgit v1.2.3