summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-03-28 12:55:34 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-03-28 12:58:09 +0200
commit2a47f88faae8e1e794c53ee7653d16dbe034bb15 (patch)
treefc96dbdb65aaa5da34c4396fadac0625dcf26235 /README
parentab0c25faa0f5378aaeb0f7b219ecdfb649c043f9 (diff)
update documentation of sfeed_update example and clarify return status
Change the example to reload the feeds anyway, even if one of the feeds (temporarily) failed to update.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 9658ab6..86f30b2 100644
--- a/README
+++ b/README
@@ -1057,7 +1057,8 @@ Example of a `markallread.sh` shellscript to mark all URLs as read:
Example of a `syncnews.sh` shellscript to update the feeds and reload them:
#!/bin/sh
- sfeed_update && pkill -SIGHUP sfeed_curses
+ sfeed_update
+ pkill -SIGHUP sfeed_curses
Open an URL directly in the same terminal