2. tools/h5stat/h5stat.c: clean up and activate options as stated in usage 3. tools/h5stat/testfiles/*.ddl: modified according to the latest output -This line, and those below, will be ignored-- M tools/h5repack/h5repack_main.c M tools/h5stat/testfiles/h5stat_newgrat.ddl M tools/h5stat/testfiles/h5stat_filters.ddl M tools/h5stat/testfiles/h5stat_help1.ddl M tools/h5stat/testfiles/h5stat_help2.ddl M tools/h5stat/testfiles/h5stat_tsohm.ddl M tools/h5stat/testfiles/h5stat_filters-F.ddl M tools/h5stat/h5stat.c
19 lines
883 B
Plaintext
19 lines
883 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, --DSETtypeinfo Print datasets' datatype information
|
|
-a, --attribute Print attribute information
|
|
-s, --freespace Print free space information
|
|
-S, --summary Print summary of file space information
|