This commit is contained in:
Carl Chenet 2017-04-27 16:47:53 +02:00
parent 5cec56b20b
commit c1503e1fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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')