Description: Added test script and two test files in the tools/misc/testfiles
directory for testing h5stat tool; modified Makefile.am in tools/misc
and configure.in files to run the new test script; reran bin/recofigure
to update relevant configuration files; updated MANIFEST
Solution:
Platforms tested: heping with in place and srcdir builds; will do more testing
after the checkin.
Misc. update:
23 lines
763 B
SQL
23 lines
763 B
SQL
#############################
|
|
Expected output for 'h5stat --help'
|
|
#############################
|
|
|
|
This tool is under development. For detailed information
|
|
please see the specification document at
|
|
http://hdf.ncsa.uiuc.edu/RFC/h5stat/h5stat-spec.pdf
|
|
|
|
Please send your comments and questions to help@hdfgroup.org
|
|
|
|
Usage: h5stat [OPTIONS] file
|
|
|
|
OPTIONS
|
|
-h, --help Print a usage message and exit
|
|
-f, --file Print file information
|
|
-F, --filemetadata Print file metadata
|
|
-g, --group Print group information
|
|
-G, --groupmetadata Print group metadata
|
|
-d, --dset Print dataset information
|
|
-D, --dsetmetadata Print dataset metadata
|
|
-T, --dtypemetadata Print datatype metadata
|
|
|