diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:47:05 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:47:05 (GMT) |
commit | 4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f (patch) | |
tree | 583c13a1ddafded18e8ba8dc9623494ade2a4dc4 /doc/html/Tools.html | |
parent | c85c62fcd0cb10ba15bc04360234c14b92ed8e80 (diff) | |
download | hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.zip hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.tar.gz hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.tar.bz2 |
[svn-r1894] Tools.html h5dump: Added -V option.
Glossary.html selection: added 2nd definition.
Filters.html Added reference in section 4 to zlib website.
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r-- | doc/html/Tools.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 944ae87..ed23ea9 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -77,6 +77,7 @@ These tools enable the user to examine HDF5 files interactively. [-h] [-bb] [-header] + [-V] [-a </code><em>names</em><code>] [-d </code><em>names</em><code>] [-g </code><em>names</em><code>] @@ -127,12 +128,14 @@ These tools enable the user to examine HDF5 files interactively. <dt><strong>Options and Parameters:</strong> <dl> <dt><code>-h</code> - <dd>Prints information on this command. + <dd>Prints information on this command and exits. <dt><code>-bb</code> <dd>Displays the contents of the boot block. The default is not to display. <dt><code>-header</code> <dd>Displays header information only; no data is displayed. + <dt><code>-V</code> + <dd>Displays version information and exits. <dt><code>-a</code> <em>names</em> <dd>Displays the specified attribute(s). <dt><code>-d</code> <em>names</em> |