diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2019-07-22 21:55:37 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2019-07-22 21:55:37 (GMT) |
commit | 7ff3a63d5f6c74210a7e5ee064086306436c4062 (patch) | |
tree | 812406ba59c35ae766ded6e7a53ea0db793667d3 /tools/test/h5repack | |
parent | 9103fd59530cc45cef39cba81e0f1330a94b4807 (diff) | |
download | hdf5-7ff3a63d5f6c74210a7e5ee064086306436c4062.zip hdf5-7ff3a63d5f6c74210a7e5ee064086306436c4062.tar.gz hdf5-7ff3a63d5f6c74210a7e5ee064086306436c4062.tar.bz2 |
Minor formatting adjustments.
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack-help.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5repack/testfiles/h5repack-help.txt b/tools/test/h5repack/testfiles/h5repack-help.txt index ad07784..03553dd 100644 --- a/tools/test/h5repack/testfiles/h5repack-help.txt +++ b/tools/test/h5repack/testfiles/h5repack-help.txt @@ -12,11 +12,11 @@ usage: h5repack [OPTIONS] file1 file2 This option will take precedence over the options --low and --high --low=BOUND The low bound for library release versions to use - when creating objects in the file (default is 0 - [H5F_LIBVER_EARLIEST]) + when creating objects in the file + (default is H5F_LIBVER_EARLIEST) --high=BOUND The high bound for library release versions to use - when creating objects in the file (default is 2 - [H5F_LIBVER_V110 this release; H5F_LIBVER_LATEST]) + when creating objects in the file + (default is H5F_LIBVER_LATEST) -c L1, --compact=L1 Maximum number of links in header messages -d L2, --indexed=L2 Minimum number of links in the indexed format -s S[:F], --ssize=S[:F] Shared object header message minimum size |