From e0e2b131eabae83cc7b8c5de14c325dd25fead89 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 20 May 2008 15:27:53 -0500 Subject: [svn-r15047] bug fix regarding change from -i to -d regarding number of links in indexed format tested: windows --- tools/h5repack/h5repack_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 0dc23db..73b6361 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -49,7 +49,7 @@ static struct long_options l_opts[] = { { "native", no_arg, 'n' }, { "latest", no_arg, 'L' }, { "compact", require_arg, 'c' }, - { "indexed", require_arg, 'i' }, + { "indexed", require_arg, 'd' }, { "ssize", require_arg, 's' }, { NULL, 0, '\0' } }; -- cgit v0.12