blob: e70fef177673b4215309a50514d90dfeddabe11d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#############################
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, --DSETtypeinfo Print datasets' datatype information
-a, --attribute Print attribute information
-s, --freespace Print free space information
-S, --summary Print summary of file space information
|