summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-02-17 15:39:29 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-02-17 15:39:29 +0100
commit9d6dd2a5072c0702cb56cced861ca4539e98c553 (patch)
tree5ae34df694703007bcaf8525c6656e0d6f5cabda /sfeed_opml_export
parenteb635966d33e2718094aab9d6ee06b5655b8efeb (diff)
sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page
... and some small rewording.
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-xsfeed_opml_export2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export
index 2a9396a..3835934 100755
--- a/sfeed_opml_export
+++ b/sfeed_opml_export
@@ -19,7 +19,7 @@ loadconfig() {
. "${path}"
else
printf "Configuration file \"%s\" cannot be read.\n" "${config}" >&2
- echo "See sfeedrc.example for an example." >&2
+ echo "See the sfeedrc.example file or the sfeedrc(5) man page for an example." >&2
exit 1
fi
}