From 8dc56a0d2c5f33f6d14e2039c7cad9fa9598f14f Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Fri, 4 Mar 2011 15:08:22 -0500 Subject: [PATCH] Bug 5831: rebuild_zebra.pl doesn't respect -r Reimplements support for -r, as well for -reset Signed-off-by: D Ruth Bavousett Signed-off-by: Chris Cormack --- 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 bd11494a1f..682c280e1d 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/misc/migration_tools/rebuild_zebra.pl @@ -37,7 +37,7 @@ my $verbose_logging; my $zebraidx_log_opt = " -v none,fatal,warn "; my $result = GetOptions( 'd:s' => \$directory, - 'reset' => \$reset, + 'r|reset' => \$reset, 's' => \$skip_export, 'k' => \$keep_export, 'nosanitize' => \$nosanitize, -- 2.20.1