[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user