summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-20 20:27:53 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-20 20:27:53 (GMT)
commite0e2b131eabae83cc7b8c5de14c325dd25fead89 (patch)
treeebc5483efdfe5639c4cc0bd958fa3079c3ca3e79 /tools
parent449941a28eecc4ee68b1fcfc24b79574d318bea1 (diff)
downloadhdf5-e0e2b131eabae83cc7b8c5de14c325dd25fead89.zip
hdf5-e0e2b131eabae83cc7b8c5de14c325dd25fead89.tar.gz
hdf5-e0e2b131eabae83cc7b8c5de14c325dd25fead89.tar.bz2
[svn-r15047] bug fix regarding change from -i to -d regarding number of links in indexed format
tested: windows
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack_main.c2
1 files changed, 1 insertions, 1 deletions
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' }
};