From b72908b9ec226fc4c814f055478954fb3a42e8a9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 23 Apr 2015 02:03:32 +0200 Subject: [PATCH] Bug 11603: Some minor documentation changes --- misc/cronjobs/gather_print_notices.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl index 3481007..ab6c6ae 100755 --- a/misc/cronjobs/gather_print_notices.pl +++ b/misc/cronjobs/gather_print_notices.pl @@ -317,15 +317,15 @@ Define the output directory where the files will be generated. After files have been generated, messages status is changed from 'pending' to 'sent'. This is the default action, without this parameter or with --send. -Using --nosend, mesages status aren't changed. +Using --nosend, the message status is not changed. =item B<-s|--split> -Split messages into separate file by borrower home library to OUTPUT_DIRECTORY/notices-CURRENT_DATE-BRANCHCODE.[csv|html|ods] +Split messages into separate files by borrower home library to OUTPUT_DIRECTORY/notices-CURRENT_DATE-BRANCHCODE.[csv|html|ods] =item B<--html> -Generate the print notices in a html file (default if --html, --csv and ods are not given). +Generate the print notices in a html file (default is --html, if --csv and --ods are not given). =item B<--csv> -- 1.9.1