mirror of
https://gitlab.com/chaica/feed2toot
synced 2025-02-21 14:00:55 +01:00
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
|
logging, INFO if --syslog is specified without
|
||||||
argument""")
|
argument""")
|
||||||
parser.add_argument('--hashtaglist', dest='hashtaglist',
|
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,
|
parser.add_argument('-p', '--populate-cache', action='store_true', default=False,
|
||||||
dest='populate',
|
dest='populate',
|
||||||
help='populate RSS entries in cache without actually posting them to Mastodon')
|
help='populate RSS entries in cache without actually posting them to Mastodon')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user