1. Gather attribute info for named datatype, 2. Fixed -T, -G, -A, -D options 3. Brought over some changes from trunk h5stat h5committested.
18 lines
754 B
Plaintext
18 lines
754 B
Plaintext
#############################
|
|
Expected output for 'h5stat -h'
|
|
#############################
|
|
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 space information for file's metadata
|
|
-g, --group Print group information
|
|
-G, --groupmetadata Print file space information for groups' metadata
|
|
-d, --dset Print dataset information
|
|
-D, --dsetmetadata Print file space information for datasets' metadata
|
|
-T, --dtypemetadata Print datasets' datatype metadata
|
|
-A, --attribute Print attribute information
|
|
|