Browse Source

Bug 22509: Clarify with an example the usage of --unless-exists

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
remotes/origin/19.11.x
Jonathan Druart 5 years ago
committed by Martin Renvoize
parent
commit
0b78378370
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 6
      misc/add_date_fields_to_marc_records.pl

6
misc/add_date_fields_to_marc_records.pl

@ -138,7 +138,11 @@ For instance:
=item B<--unless-exists>
Will only create the new fields if this field does not exist
Will only create the new fields if this field does not exist.
For instance, if --field='905$a=0/%Y' and --unless-exists='905$a' are provided, a 905$a will be created unless there is already one.
If --unless-exists is not passed, a new 905$a will be created in any case.
=back

Loading…
Cancel
Save