diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:31:38 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:31:38 (GMT) |
commit | e108a974a055c9ceda186860c92289b478dc2d53 (patch) | |
tree | 5dc04d519b816e53a92dafc0d3ae079fd1aa5b3e | |
parent | 5ba347dcea314be2ddca07ae2b3f4dad85c5ea0d (diff) | |
download | hdf5-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
-rw-r--r-- | doc/html/Tools.html | 4 |
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> or <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> or + <dt><code>-o <em>F</em></code> or <code>--output=<em>F</em></code></dt> <dd>Output raw data into file F.</dd> - <dt><code>-t <em>P</em></code> or + <dt><code>-t <em>T</em></code> or <code>--datatype=<em>T</em></code></dt> <dd>Print the specified named data type.</dd> <dt><code>-w <em>#</em></code> or |