diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-03 16:13:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-03 16:13:54 (GMT) |
commit | 3314ad088f054e771dd54c2ffce924d0037d679f (patch) | |
tree | 7bbce084d63d2a37626751cf84e93d5af7491bdf /tools | |
parent | 1fca6efc395958cbefb31ea5eb8b30fb7a285fd1 (diff) | |
download | hdf5-3314ad088f054e771dd54c2ffce924d0037d679f.zip hdf5-3314ad088f054e771dd54c2ffce924d0037d679f.tar.gz hdf5-3314ad088f054e771dd54c2ffce924d0037d679f.tar.bz2 |
Remove incorrect text
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/h5repack/h5repack_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c index df8c7ef..b4e1985 100644 --- a/tools/src/h5repack/h5repack_main.c +++ b/tools/src/h5repack/h5repack_main.c @@ -138,8 +138,7 @@ static void usage(const char *prog) { PRINTVALSTREAM(rawoutstream, " 0: This is H5F_LIBVER_EARLIEST in H5F_libver_t struct\n"); PRINTVALSTREAM(rawoutstream, " 1: This is H5F_LIBVER_V18 in H5F_libver_t struct\n"); PRINTVALSTREAM(rawoutstream, " 2: This is H5F_LIBVER_V110 in H5F_libver_t struct\n"); - PRINTVALSTREAM(rawoutstream, " 3: This is H5F_LIBVER_V112 in H5F_libver_t struct\n"); - PRINTVALSTREAM(rawoutstream, " (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V112 for this release\n"); + PRINTVALSTREAM(rawoutstream, " (H5F_LIBVER_LATEST is aliased to H5F_LIBVER_V110 for this release\n"); PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, " FS_STRATEGY is a string indicating the file space strategy used:\n"); PRINTVALSTREAM(rawoutstream, " FSM_AGGR:\n"); |