From 368db764faa4b105728e996b991c7c6bd8db8ab0 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 Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer --- 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 30aec0c..26981fa 100755 --- a/misc/cronjobs/gather_print_notices.pl +++ b/misc/cronjobs/gather_print_notices.pl @@ -300,15 +300,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.7.10.4