Merge "summary" option ('-S') from trunk to 1.8 branch.
Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug
(h5committest forthcoming)
18 lines
827 B
Plaintext
18 lines
827 B
Plaintext
#############################
|
|
Expected output for 'h5stat --help'
|
|
#############################
|
|
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 information
|
|
-A, --attribute Print attribute information
|
|
-S, --summary Print summary of file space information
|