blob: b8eda843b2c30c211ae2782d7ded1e15da9e7b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#############################
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
|