From 1a70ff3480a46a63a284d157e4461fc9b5392098 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 6 Aug 2001 12:25:46 -0500 Subject: [svn-r4314] Purpose: Feature Add Description: Added description of the --filedriver flag for the h5dump program. Platforms tested: Lynx --- doc/html/Tools.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index ec11599..710713e 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -199,6 +199,9 @@ to convert files from HDF4 format to HDF5 format and vice versa.
-d P   or   --dataset=P
Print the specified dataset.
+
-f D   or   + --filedriver=D
+
Specify which driver to open the file with.
-g P   or   --group=P
Print the specified group and all members.
@@ -243,6 +246,12 @@ to convert files from HDF4 format to HDF5 format and vice versa.
The file to be examined.


The option parameters listed above are defined as follows: +
D -- which file driver to use in opening the + file. Acceptable values are "sec2", "family", "split", + "multi", and "stream". Without the file driver flag 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 -- The full path from the root group to the object
T -- The name of the datatype
@@ -895,7 +904,7 @@ Tools   HDF Help Desk
-Last modified: 24 July 2001 +Last modified: 06 August 2001 -- cgit v0.12