summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-31 11:33:06 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-05-31 11:33:06 +0200
commitf8ef20b2593304fd08a4599edfe3a66aa3a845e3 (patch)
tree9cd729be79287fb532194dfeb397183cdd69de0e
parent6c0d824397cf59d75258fbed6c937d5bf6dafd23 (diff)
README: fix bug in an example for counting the new items of the last day
This should not use the plain-text URL file ($SFEED_URL_FILE).
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7753a8e..ece2f28 100644
--- a/README
+++ b/README
@@ -1039,7 +1039,7 @@ formatting tools do:
END {
print "New: " totalnew;
print "Total: " total;
- }' ~/.sfeed/urls ~/.sfeed/feeds/*
+ }' ~/.sfeed/feeds/*
The below example script counts the unread items using the sfeed_curses URL
file: