summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-01-18 21:31:38 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-01-18 21:31:38 (GMT)
commite108a974a055c9ceda186860c92289b478dc2d53 (patch)
tree5dc04d519b816e53a92dafc0d3ae079fd1aa5b3e /doc
parent5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d (diff)
downloadhdf5-e108a974a055c9ceda186860c92289b478dc2d53.zip
hdf5-e108a974a055c9ceda186860c92289b478dc2d53.tar.gz
hdf5-e108a974a055c9ceda186860c92289b478dc2d53.tar.bz2
[svn-r3301] Purpose:
Bugfix Description: The documentation wasn't correct via the commandline switches for some of the h5dump options. Platforms tested: Lynx
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index b28f306..4a93796 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -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;