Lines 155-161
if ( $version || ( $input_marc_file eq '' ) ) {
Link Here
|
155 |
exit; |
155 |
exit; |
156 |
} |
156 |
} |
157 |
if ( $update && !( $match || $isbn_check ) ) { |
157 |
if ( $update && !( $match || $isbn_check ) ) { |
158 |
warn "Using -update without -match or -isbn seems to be useless.\n"; |
158 |
warn "Using --update without --match or --isbn seems to be useless.\n"; |
159 |
} |
159 |
} |
160 |
|
160 |
|
161 |
if ( defined $localcust ) { #local customize module |
161 |
if ( defined $localcust ) { #local customize module |
Lines 831-838
bulkmarcimport.pl - Import bibliographic/authority records into Koha
Link Here
|
831 |
=head1 USAGE |
831 |
=head1 USAGE |
832 |
|
832 |
|
833 |
$ export KOHA_CONF=/etc/koha.conf |
833 |
$ export KOHA_CONF=/etc/koha.conf |
834 |
$ perl misc/migration_tools/bulkmarcimport.pl -d -commit 1000 \\ |
834 |
$ perl misc/migration_tools/bulkmarcimport.pl -d --commit 1000 \\ |
835 |
-file /home/jmf/koha.mrc -n 3000 |
835 |
--file /home/jmf/koha.mrc -n 3000 |
836 |
|
836 |
|
837 |
=head1 WARNING |
837 |
=head1 WARNING |
838 |
|
838 |
|
839 |
- |
|
|