From c1503e1fd17e5452f9607769005b88b729e2c081 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Thu, 27 Apr 2017 16:47:53 +0200 Subject: [PATCH] fix typo --- feed2toot/cliparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed2toot/cliparse.py b/feed2toot/cliparse.py index 4964091..eca52f4 100644 --- a/feed2toot/cliparse.py +++ b/feed2toot/cliparse.py @@ -71,7 +71,7 @@ class CliParse(object): logging, INFO if --syslog is specified without argument""") parser.add_argument('--hashtaglist', dest='hashtaglist', - help='a list of hashtag to match') + help='a list of hashtags to match') parser.add_argument('-p', '--populate-cache', action='store_true', default=False, dest='populate', help='populate RSS entries in cache without actually posting them to Mastodon')