diff --git a/rss b/rss index 8a89326..1b2ca5e 100755 --- a/rss +++ b/rss @@ -72,7 +72,10 @@ EOE # continue until we reach the requested number (note that we increment before # the check, meaning that if the count is 0, then we will output every commit ((i++)) - [ "$i" -eq "$count" ] && break + [ "$i" -eq "$count" ] && { + echo "[RSS] Limit of $count reached." >&2 + break + } done # footer