From c0eaebc4ede5f7e93f605d3ce70f910321d793e5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 16 May 2016 16:09:13 -0300 Subject: [PATCH] Bug 16506: (followup) Fix wrong option switch warning message Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart --- misc/migration_tools/rebuild_zebra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index 595673f..3a0fe6d 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/misc/migration_tools/rebuild_zebra.pl @@ -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; } -- 2.8.1