Update description.

This commit is contained in:
tastytea 2019-12-24 23:24:24 +01:00
parent a369e96177
commit 73542eff48
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 6 additions and 3 deletions

View File

@ -10,8 +10,8 @@
:uri-mastodon-cpp: https://schlomp.space/tastytea/mastodon-cpp
:uri-jsoncpp: https://github.com/open-source-parsers/jsoncpp
*mastorss* dumps RSS feeds into a mastodon account. Supports RSS 2.0 but not
RSS 0.92. Does not support Atom at the moment.
*mastorss* reads RSS feeds and posts the items via the Mastodon API. Does not
support Atom at the moment.
Each `<item>` in feeds must have `<link>`, `<title>` and `<description>`.

View File

@ -15,7 +15,10 @@ mastorss - Another RSS to Mastodon bot.
*mastorss* [--help|--version] <profile>
// == DESCRIPTION
== DESCRIPTION
*mastorss* reads RSS feeds and posts the items via the Mastodon API. Does not
support Atom at the moment.
== OPTIONS