diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-15 18:35:34 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-16 12:27:13 +0100 |
commit | 3260b503e5a4c1d4ccabed0b2672e2f49c38df05 (patch) | |
tree | 42f0a9b1ce7d65a7637d8768280c1f5a87a5ef11 | |
parent | 7feab0fd885c1c93344fd427904eae91943493b7 (diff) |
sfeed_opml_import.1: clarify it handles OPML _subscription_ lists specificly
OPML is a more generic format, this tool is specificly for "rss" types and
subscription lists.
-rw-r--r-- | sfeed_opml_import.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_opml_import.1 b/sfeed_opml_import.1 index f2f6b0a..7a9b259 100644 --- a/sfeed_opml_import.1 +++ b/sfeed_opml_import.1 @@ -1,9 +1,9 @@ -.Dd January 3, 2021 +.Dd January 15, 2021 .Dt SFEED_OPML_IMPORT 1 .Os .Sh NAME .Nm sfeed_opml_import -.Nd generate a sfeedrc config file from an OPML file +.Nd generate a sfeedrc config file from an OPML subscription list .Sh SYNOPSIS .Nm .Sh DESCRIPTION |