Bug 16506: (followup) Fix wrong option switch warning message

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>
This commit is contained in:
Tomás Cohen Arazi 2016-05-16 16:09:13 -03:00 committed by Kyle M Hall
parent 7f22619001
commit 6c7a8c57e7

View file

@ -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;
}