From 9324edae3557d8e102283f0f5663423dc08a46a4 Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Thu, 24 Mar 2022 13:02:16 +0100 Subject: [PATCH] Bug 30349: More double dashes Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart --- misc/migration_tools/bulkmarcimport.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index 7bb9ee86c36..0ab60fbf14d 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -155,7 +155,7 @@ if ( $version || ( $input_marc_file eq '' ) ) { exit; } if ( $update && !( $match || $isbn_check ) ) { - warn "Using -update without -match or -isbn seems to be useless.\n"; + warn "Using --update without --match or --isbn seems to be useless.\n"; } if ( defined $localcust ) { #local customize module @@ -831,8 +831,8 @@ bulkmarcimport.pl - Import bibliographic/authority records into Koha =head1 USAGE $ export KOHA_CONF=/etc/koha.conf - $ perl misc/migration_tools/bulkmarcimport.pl -d -commit 1000 \\ - -file /home/jmf/koha.mrc -n 3000 + $ perl misc/migration_tools/bulkmarcimport.pl -d --commit 1000 \\ + --file /home/jmf/koha.mrc -n 3000 =head1 WARNING -- 2.34.1