From 6c7a8c57e7554e0935a63074eb80c8159ecc453b 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 Signed-off-by: Kyle M Hall --- 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 595673fcf4..3a0fe6dac3 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.39.2