mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r15047] bug fix regarding change from -i to -d regarding number of links in indexed format
tested: windows
This commit is contained in:
parent
449941a28e
commit
e0e2b131ea
@ -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' }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user