[svn-r22217] Description:

Added note about new '-S' option to h5stat and '-M' option to h5repack.
This commit is contained in:
Quincey Koziol
2012-03-31 00:23:30 -05:00
parent 51da27de3b
commit e01475a1ab

View File

@@ -76,6 +76,11 @@ New Features
Tools
-----
- h5repack: Added ability to set the metadata block size of the output
file, with the '-M'/'--metadata_block_size' command line parameter.
(QAK - 2012/03/30)
- h5stat: Added ability to display a summary of the file space usage for a
file, with the '-S' command line parameter. (QAK - 2012/03/28)
- h5dump: Added capability for "-a" option to show attributes containing "/"
by using an escape character. For example, for a dataset "/dset"
containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)"