mirror of https://gitlab.com/chaica/feed2toot
fix typo
This commit is contained in:
parent
5cec56b20b
commit
c1503e1fd1
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue