From 8a1ce25939547880238ad67d17e54e060b9cee43 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 12 Mar 2012 12:33:07 +0100 Subject: [PATCH] 7368 Typo in cart_to_shelf Signed-off-by: Marcel de Rooy Signed-off-by: Paul Poulain --- misc/cronjobs/cart_to_shelf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/cart_to_shelf.pl b/misc/cronjobs/cart_to_shelf.pl index 6991e9e093..d190ca41e7 100755 --- a/misc/cronjobs/cart_to_shelf.pl +++ b/misc/cronjobs/cart_to_shelf.pl @@ -45,7 +45,7 @@ my $hours = 0; GetOptions( 'h|hours=s' => \$hours, ); my $usage = << 'ENDUSAGE'; -longoverdue.pl : This cron script will set any item of the location CART ( Shelving Cart ) to it's original shelving location +cart_to_shelf.pl: This cron script will set any item of the location CART ( Shelving Cart ) to it's original shelving location after the given numer of hours has passed. This script takes the following parameters : -- 2.39.5