Bug 8218: Follow-up for some small typos
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
299a8a6997
commit
a7b41eac76
1 changed files with 6 additions and 5 deletions
|
@ -120,7 +120,7 @@ for my $biblionumber (@biblionumbers) {
|
|||
say " Done!" if $verbose;
|
||||
}
|
||||
else {
|
||||
say " Nothing todo." if $verbose;
|
||||
say " Nothing to do." if $verbose;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -154,13 +154,13 @@ sub biblios_to_sanitize {
|
|||
|
||||
=head1 NAME
|
||||
|
||||
batch_sanitize_biblios - This script sanitize a biblio, replacing '&amp;amp;etc.' with '&' in it.
|
||||
batch_sanitize_biblios - This script sanitizes a biblio, replacing '&amp;amp;etc.' with '&' in it.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
batch_sanitize_biblios.pl [-h|--help] [-v|--verbose] [-c|--confirm] [--biblionumbers=BIBLIONUMBER_LIST] [-f|--filename=FILENAME] [--auto-search] [--reindex]
|
||||
|
||||
Replace '&' by '&' in a record, you can either give some biblionumbers or a file with biblionumbers or ask for an auto-search
|
||||
Replace '&' by '&' in a record. You can either give some biblionumbers or a file with biblionumbers or ask for an auto-search.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
|
@ -182,11 +182,12 @@ only report on the record list to process.
|
|||
|
||||
=item B<--biblionumbers=BIBLIONUMBER_LIST>
|
||||
|
||||
Give a biblionumber list using this parameter. They must be separated by comma.
|
||||
Give a biblionumber list using this parameter. They must be separated by
|
||||
commas.
|
||||
|
||||
=item B<-f|--filename=FILENAME>
|
||||
|
||||
Give a biblionumber list using a filename. One biblionumber by line or separate them with a withespace character.
|
||||
Give a biblionumber list using a filename. One biblionumber by line or separate them with a whitespace character.
|
||||
|
||||
=item B<--auto_search>
|
||||
|
||||
|
|
Loading…
Reference in a new issue