summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rwxr-xr-xsfeed_opml_export2
-rwxr-xr-xsfeed_update2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 26de06c..dcff323 100644
--- a/README
+++ b/README
@@ -251,8 +251,8 @@ output example:
- - -
-Make sure your sfeedrc config file exists, see sfeedrc.example. To update your
-feeds (configfile argument is optional):
+Make sure your sfeedrc config file exists, see the sfeedrc.example file. To
+update your feeds (configfile argument is optional):
sfeed_update "configfile"
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
}
diff --git a/sfeed_update b/sfeed_update
index 44ce23c..f989be6 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -28,7 +28,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
}