[svn-r17646] 1. tools/h5repack/h5repack_main.c: accept string for strategy instead of a number
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
This commit is contained in:
@@ -5,14 +5,14 @@ Usage: h5stat [OPTIONS] file
|
||||
|
||||
OPTIONS
|
||||
-h, --help Print a usage message and exit
|
||||
-V, --version Print version number and exit
|
||||
-v, --version Print version number and exit
|
||||
-f, --file Print file information
|
||||
-F, --filemetadata Print file metadata
|
||||
-F, --FILEmetadata Print file space information for file's metadata
|
||||
-g, --group Print group information
|
||||
-G, --groupmetadata Print group metadata
|
||||
-G, --GROUPmetadata Print file space information for groups' metadata
|
||||
-d, --dset Print dataset information
|
||||
-D, --dsetmetadata Print dataset metadata
|
||||
-T, --dtypemetadata Print datatype metadata
|
||||
-A, --attribute Print attribute information
|
||||
-s, --freespace Print free-space information
|
||||
-S, --Summary Print summary of storage 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
|
||||
|
||||
Reference in New Issue
Block a user