>From bfede55430f43532d08eda7846d76c19a250ef1a Mon Sep 17 00:00:00 2001 From: Jonathan Wiltshire <[email protected]> Date: Fri, 16 Dec 2011 23:36:24 +0000 Subject: [PATCH] Correct a spelling error in option description
Thanks: A. Costa <[email protected]> --- get_iplayer | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/get_iplayer b/get_iplayer index f397cf0..257ecc5 100755 --- a/get_iplayer +++ b/get_iplayer @@ -147,7 +147,7 @@ my $opt_format = { category => [ 0, "category=s", 'Search', '--category <string>', "Narrow search to matched categories (regex or comma separated values)"], channel => [ 0, "channel=s", 'Search', '--channel <string>', "Narrow search to matched channel(s) (regex or comma separated values)"], exclude => [ 0, "exclude=s", 'Search', '--exclude <string>', "Narrow search to exclude matched programme names (regex or comma separated values)"], - excludecategory => [ 0, "xcat|exclude-category=s", 'Search', '--exclude-category <string>', "Narrow search to exclude matched catogories (regex or comma separated values)"], + excludecategory => [ 0, "xcat|exclude-category=s", 'Search', '--exclude-category <string>', "Narrow search to exclude matched categories (regex or comma separated values)"], excludechannel => [ 0, "xchan|exclude-channel=s", 'Search', '--exclude-channel <string>', "Narrow search to exclude matched channel(s) (regex or comma separated values)"], fields => [ 0, "fields=s", 'Search', '--fields <field1>,<field2>,..', "Searches only in the specified comma separated fields"], future => [ 1, "future!", 'Search', '--future', "Search future programme schedule if it has been indexed (refresh cache with: --refresh --refresh-future)."], -- 1.7.7.3 _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

