From fbd3f0f84022004e6cc9247e6e93124a145d11d9 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 Content-Type: text/plain; charset="utf-8" Signed-off-by: Marcel de Rooy --- misc/cronjobs/cart_to_shelf.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/cronjobs/cart_to_shelf.pl b/misc/cronjobs/cart_to_shelf.pl index 6991e9e..d190ca4 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 : -- 1.6.0.6