[svn-r14023] Purpose:

reorganization.

Description:
move the h5stat tool into its own directory.

Platform tested:
kagiso.
This commit is contained in:
Vailin Choi
2007-07-27 12:36:36 -05:00
parent 4a5b97b930
commit d65d8084ff
25 changed files with 986 additions and 57 deletions

View File

@@ -0,0 +1,24 @@
#############################
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
-V, --version Print version number 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
-A, --attribute Print attribute information