summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-20 20:35:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-20 20:35:09 (GMT)
commit69929158f57ea0c97c13ba070f035f1fd8f45ec5 (patch)
tree33d28c9d6ab653a8c507ce839bb74488f7168d71 /tools
parent988e907b113c992cd2878705a5b98b499a4ccf41 (diff)
downloadhdf5-69929158f57ea0c97c13ba070f035f1fd8f45ec5.zip
hdf5-69929158f57ea0c97c13ba070f035f1fd8f45ec5.tar.gz
hdf5-69929158f57ea0c97c13ba070f035f1fd8f45ec5.tar.bz2
[svn-r15048] 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' }
};