From 267d5cd49610f223bff57fe6df95ae6b2fc65bfd Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sun, 29 Dec 2019 16:13:34 +0100 Subject: [PATCH] document --limit CLI option. fixes #30 --- docs/source/use.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/use.rst b/docs/source/use.rst index 0066532..cb571d6 100644 --- a/docs/source/use.rst +++ b/docs/source/use.rst @@ -54,3 +54,11 @@ Using syslog Feed2toot is able to send its log to syslog. You can use it with the following command:: $ feed2toot --syslog=WARN -c /path/to/feed2toot.ini + +Limit number of rss entries published at each execution +======================================================= +If you want to limit the number of rss entries published at each execution, you can use the --limit CLI option. + + $ feed2toot --limit 5 -c /path/to/feed2toot.ini + +The number of posts to Mastodon will be at 5 posts top with this CLI option.