From 4f5328967e20f41f26b6f88901fdc79e80496ceb Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 10 Oct 2000 12:40:45 -0500 Subject: [svn-r2655] Purpose: Small bug fix (see bug report 528) Description: Added another example us using the h5dumper to dump an attribute from the root group. --- doc/html/Tools.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 5830234..55145e2 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -176,6 +176,11 @@ These tools enable the user to examine HDF5 files interactively.
h5dump -a /GroupFoo/GroupBar/Fnord/metadata quux.h5
+
  • Dumping the attribute metadata which is an + attribute of the root group in the file quux.h5: +
    + h5dump -a /metadata quux.h5 +
  • Current Status:
    The current version of h5dump displays the -- cgit v0.12