diff --git a/pod_feeder.pl b/pod_feeder.pl index a7ed1a7..bed503a 100755 --- a/pod_feeder.pl +++ b/pod_feeder.pl @@ -395,7 +395,7 @@ sub usage { print " -a --aspect-id Aspects to share with. May specify multiple times (default: 'public')\n"; print " -c --category-tags Attempt to automatically hashtagify RSS item 'categories' (default: off)\n"; print " -d --database The SQLite file to store feed data (default: 'feed.db')\n"; - print " -e --title-tags Automatically hashtagify RSS item title\n"; + print " -e --title-tags Automatically hashtagify RSS item title\n"; print " -f --feed-url The feed URL\n"; print " -g --user-agent Use this to spoof the user-agent if the feed blocks bots (ex: 'Mozilla/5.0')\n"; print " -i --feed-id An arbitrary identifier to associate database entries with this feed\n";