From 0dca4208e4bf19c0262d558a6046e165340692d4 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 26 May 2000 13:57:09 -0500 Subject: [svn-r2293] updated the Tools file. added new entries to the dumper section for the new options (-v = obj id, -w = # of columns, -xml = XML output) also added opaque to the types that are output --- doc/html/Tools.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index d86414c..5acf8d3 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -76,13 +76,17 @@ These tools enable the user to examine HDF5 files interactively.
h5dump [-h] [-bb] - [-header] + [-header] + [-v] [-V] + [-xml] [-a names] [-d names] [-g names] [-l names] - [-t names] + [-t names] + [-w number] + file
Purpose:
Displays HDF5 file contents. @@ -136,8 +140,12 @@ These tools enable the user to examine HDF5 files interactively. (This option is not yet implemented.)
-header
Displays header information only; no data is displayed. +
-v +
Displays the object ids.
-V
Displays version information and exits. +
-xml +
Displays the output in XML format.
-a names
Displays the specified attribute(s).
-d names @@ -148,6 +156,8 @@ These tools enable the user to examine HDF5 files interactively.
Displays the values of the specified soft link(s).
-t names
Displays the specified named data type(s). +
-w number +
Displays the information with the specified number of columns.
file
The file to be examined. @@ -183,6 +193,7 @@ These tools enable the user to examine HDF5 files interactively.
  • compound type
    - named, unnamed and transient compound type
    - integer, floating or string type member +
  • opaque types
  • reference type
    - object references
    - data regions -- cgit v0.12