diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-21 20:02:15 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-21 20:02:15 (GMT) |
commit | 92a93ff52fead37ffcfd849965db25b76b1f2eae (patch) | |
tree | 6d111484792f52567b24ffa973b070e3f6c351d6 /doc/html/Tools.html | |
parent | 7defffc7e4415e24c18cbb9dea1bd99c9798784e (diff) | |
download | hdf5-92a93ff52fead37ffcfd849965db25b76b1f2eae.zip hdf5-92a93ff52fead37ffcfd849965db25b76b1f2eae.tar.gz hdf5-92a93ff52fead37ffcfd849965db25b76b1f2eae.tar.bz2 |
[svn-r4749]
Purpose:
Feature Description
Description:
Added the description of the --filedriver option to the h5dump
explanation section.
Platforms tested:
w3m
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r-- | doc/html/Tools.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 6c948fc..8bde2c0 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -165,6 +165,16 @@ to convert files from HDF4 format to HDF5 format and vice versa. <font size=-1>CORRECT:</font> <code>h5dump -a /attr1 -a /attr2 foo.h5</code> </br> + </p> + <p> + It's possible to select the file driver with which to open the + HDF5 file by using the --filedriver (-f) command-line option. + Acceptable values for the --filedriver option are: "sec2", + "family", "split", "multi", and "stream". If the file driver flag + isn't specified, then the file will be opened with each driver in + turn and in the order specified above until one driver succeeds + in opening the file. + </p> <dt><strong>XML Output:</strong> <dd>With the <code>--xml</code> option, <code>h5dump</code> generates |