diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-20 20:35:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-20 20:35:09 (GMT) |
commit | 69929158f57ea0c97c13ba070f035f1fd8f45ec5 (patch) | |
tree | 33d28c9d6ab653a8c507ce839bb74488f7168d71 /tools/h5repack | |
parent | 988e907b113c992cd2878705a5b98b499a4ccf41 (diff) | |
download | hdf5-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/h5repack')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 2 |
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' } }; |