summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
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
}