From c0869a053d1211892acba0c261eca0708553020d Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 21 Mar 2019 16:16:19 +0000 Subject: [PATCH] Bug 20436: (QA follow up) - reference and typo fixes Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- misc/cronjobs/longoverdue.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/longoverdue.pl b/misc/cronjobs/longoverdue.pl index a4d6507e5a..3bda469ae8 100755 --- a/misc/cronjobs/longoverdue.pl +++ b/misc/cronjobs/longoverdue.pl @@ -69,8 +69,8 @@ GetOptions( 'category=s' => $borrower_category, 'skip-category=s' => $skip_borrower_category, 'list-categories' => \$list_categories, - 'itemtype=s' => $itemtype, - 'skip-itemtype=s' => $skip_itemtype, + 'itemtype=s' => \$itemtype, + 'skip-itemtype=s' => \$skip_itemtype, 'list-itemtypes' => \$list_itemtypes, ); @@ -88,7 +88,7 @@ if ( $help ) { if ( scalar @$borrower_category && scalar @$skip_borrower_category) { pod2usage( -verbose => 1, - -message => "The options --category and --skip-category are mually exclusive.\n" + -message => "The options --category and --skip-category are mutually exclusive.\n" . "Use one or the other.", -exitval => 1 ); -- 2.11.0