[svn-r18270] Changes to h5stat in response to bug 1778:

1. Gather attribute info for named datatype,
2. Fixed -T, -G, -A, -D options
3. Brought over some changes from trunk h5stat

h5committested.
This commit is contained in:
Vailin Choi
2010-02-17 15:50:50 -05:00
parent ec709b76da
commit 0fb3254237
16 changed files with 452 additions and 226 deletions

View File

@@ -7,11 +7,11 @@ Usage: h5stat [OPTIONS] file
-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
-F, --filemetadata Print file space information for file's metadata
-g, --group Print group information
-G, --groupmetadata Print group metadata
-G, --groupmetadata Print file space information for groups' metadata
-d, --dset Print dataset information
-D, --dsetmetadata Print dataset metadata
-T, --dtypemetadata Print datatype metadata
-D, --dsetmetadata Print file space information for datasets' metadata
-T, --dtypemetadata Print datasets' datatype metadata
-A, --attribute Print attribute information