From 5dadc24edfa07e956d79ca96996ca30586db3020 Mon Sep 17 00:00:00 2001 From: Brian O'Donnell Date: Mon, 20 Apr 2015 10:08:03 -0400 Subject: [PATCH] Fixed help screen output spacing --- pod_feeder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";