diff options
-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' } }; |