diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-06 17:55:13 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-06 17:55:13 (GMT) |
commit | a0ef015222d0789ed4e1a763ac27ebb481d3ab3d (patch) | |
tree | 51f557471ccd2702475dccd3e883e8748c98c5c9 /tools | |
parent | 1a70ff3480a46a63a284d157e4461fc9b5392098 (diff) | |
download | hdf5-a0ef015222d0789ed4e1a763ac27ebb481d3ab3d.zip hdf5-a0ef015222d0789ed4e1a763ac27ebb481d3ab3d.tar.gz hdf5-a0ef015222d0789ed4e1a763ac27ebb481d3ab3d.tar.bz2 |
[svn-r4316]
Purpose:
Feature Fix
Description:
Fixed description of the --filedriver flag.
Platforms tested:
Linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/h5dump.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 4a99794..529afa1 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -625,9 +625,11 @@ usage: %s [OPTIONS] file\n\ -c L, --count=L Number of blocks to include in selection\n\ -k L, --block=L Size of block in hyperslab\n\ \n\ - D - is a driver name either: \"sec2\", \"family\", \"split\", \"multi\", or \"stream\".\n\ - By default, the file will be opened in the same order as specified\n\ - above until one driver succeeds in opening the file.\n\ + D - is the file driver to use in opening the file. Acceptable values\n\ + are \"sec2\", \"family\", \"split\", \"multi\", and \"stream\". Without\n\ + the file driver flag, the file will be opened with each driver in\n\ + turn and in the order specified above until one driver succeeds\n\ + in opening the file.\n\ F - is a filename.\n\ P - is the full path from the root group to the object.\n\ N - is an integer greater than 1.\n\ |