From: Galen Charlton Date: Sat, 20 May 2017 12:39:18 +0000 (-0400) Subject: LP#1650410: include --days_back in synopsis and other tidying X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc0908b56f2c600de16088316c05e40640b76c59;p=working%2FEvergreen.git LP#1650410: include --days_back in synopsis and other tidying Signed-off-by: Galen Charlton --- 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 1a3ca49fc9..157ea91d1e 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in @@ -509,7 +509,8 @@ authority_control_fields.pl - Controls fields in bibliographic records with auth =head1 SYNOPSIS C [B<--configuration>=I] [B<--refresh>] -[[B<--record>=I[ B<--record>=I]]] | [B<--all>] | [B<--start_id>=I B<--end_id>=I] +[[B<--record>=I[ B<--record>=I]]] | [B<--all>] | [B<--start_id>=I B<--end_id>=I] | +[B<--days_back>=I] =head1 DESCRIPTION @@ -586,15 +587,15 @@ option. =item * B<-e> I, B<--end_id>=I 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> +This option is ignored unless it is accompanied by the B<-s> or B<--start_id> 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. +to include. This option is incompatible with the B<-s> and B<--start_id> +options. =back