summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-30 16:09:01 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-30 16:09:01 (GMT)
commitbe52f2bc7397274b408dc188e47bf96bb842d67b (patch)
treed92163e34ca3ac0e6820dd115b3c5c082e0208ec
parent10ccf050000ebbf1de5f79431e66ef0b750d4f0c (diff)
downloadhdf5-be52f2bc7397274b408dc188e47bf96bb842d67b.zip
hdf5-be52f2bc7397274b408dc188e47bf96bb842d67b.tar.gz
hdf5-be52f2bc7397274b408dc188e47bf96bb842d67b.tar.bz2
[svn-r2299] removed the xml option and put in info about the obj id and the width option
this was already done in the dev but needed it in the rel
-rw-r--r--doc/html/Tools.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index ed23ea9..2358a67 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -76,13 +76,16 @@ These tools enable the user to examine HDF5 files interactively.
<dd><code>h5dump
[-h]
[-bb]
- [-header]
+ [-header]
+ [-v]
[-V]
[-a </code><em>names</em><code>]
[-d </code><em>names</em><code>]
[-g </code><em>names</em><code>]
[-l </code><em>names</em><code>]
- [-t </code><em>names</em><code>] </code>
+ [-t </code><em>names</em><code>]
+ [-w </code><em>number</em><code>]</code>
+
<em>file</em>
<dt><strong>Purpose:</strong>
<dd>Displays HDF5 file contents.
@@ -130,10 +133,14 @@ These tools enable the user to examine HDF5 files interactively.
<dt><code>-h</code>
<dd>Prints information on this command and exits.
<dt><code>-bb</code>
- <dd>Displays the contents of the boot block. The default is
+ <dd>Displays the contents of the super block. The default is
not to display.
+ <BR>
+ <em>(This option is not yet implemented.)</em>
<dt><code>-header</code>
<dd>Displays header information only; no data is displayed.
+ <dt><code>-v</code>
+ <dd>Displays the object ids.
<dt><code>-V</code>
<dd>Displays version information and exits.
<dt><code>-a</code> <em>names</em>
@@ -146,6 +153,8 @@ These tools enable the user to examine HDF5 files interactively.
<dd>Displays the values of the specified soft link(s).
<dt><code>-t</code> <em>names</em>
<dd>Displays the specified named data type(s).
+ <dt><code>-w</code> <em>number</em>
+ <dd>Displays the information with the specified number of columns.
<dt><em>file</em>
<dd>The file to be examined.
</dl>
@@ -181,6 +190,7 @@ These tools enable the user to examine HDF5 files interactively.
<li>compound type
<dt>- named, unnamed and transient compound type
<dt>- integer, floating or string type member
+ <li>opaque types
<li>reference type
<dt>- object references
<dt>- data regions