Bug 16506: (followup) Fix wrong option switch warning message
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 16 May 2016 19:09:13 +0000 (16:09 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 23 May 2016 17:29:12 +0000 (17:29 +0000)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
misc/migration_tools/rebuild_zebra.pl

index 595673f..3a0fe6d 100755 (executable)
@@ -110,7 +110,7 @@ if( not defined $run_as_root and $run_user eq 'root') {
 }
 
 if ( $as_usmarc and $nosanitize ) {
-    my $msg = "Cannot specify both -no_xml and -nosanitize\n";
+    my $msg = "Cannot specify both -noxml and -nosanitize\n";
     $msg   .= "Please do '$0 --help' to see usage.\n";
     die $msg;
 }