From 9f7e8ce8f6ede9d348a1f66f105cdfb6a2c140b4 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 26 Jan 2017 16:00:53 -0800 Subject: [PATCH] LP#1650410: doc authority_control_fields.pl's --days_back flag This patch updates the POD that in turn is displayed when running authority_control_fields.pl -h Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/support-scripts/authority_control_fields.pl.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in index 64d32f98f0..1a3ca49fc9 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in @@ -589,6 +589,13 @@ Specifies the ending ID of the range of bibliographic records to process. This option is ignored unless it is accompanied by the B<-s> or B<--start> option. +=item * B<--days_back>=I + +Specifies that only bibliographic records that have been created in the +past few days should be processed. You must specify how many days back +to include. This option is incompatible with the B<-s> and B<--start> +options. + =back =head1 EXAMPLES -- 2.11.0