2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r3301] Purpose:

Bugfix
Description:
    The documentation wasn't correct via the commandline switches for
    some of the h5dump options.
Platforms tested:
    Lynx
This commit is contained in:
Bill Wendling 2001-01-18 16:31:38 -05:00
parent 5ba347dcea
commit e108a974a0

@ -171,10 +171,10 @@ These tools enable the user to examine HDF5 files interactively.
<dt><code>-l <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--soft-link=<em>P</em></code></dt>
<dd>Print the value(s) of the specified soft link.</dd>
<dt><code>-o <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<dt><code>-o <em>F</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--output=<em>F</em></code></dt>
<dd>Output raw data into file F.</dd>
<dt><code>-t <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<dt><code>-t <em>T</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--datatype=<em>T</em></code></dt>
<dd>Print the specified named data type.</dd>
<dt><code>-w <em>#</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;