From: Ian Walls <[email protected]> Reimplements support for -r, as well for -reset
Signed-off-by: D Ruth Bavousett <[email protected]> --- misc/migration_tools/rebuild_zebra.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index bd11494..682c280 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, -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
