summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:21:13 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:21:13 (GMT)
commitd3fb3fe742c2dd34b639c169f837c0922828f756 (patch)
tree3bb7867fafed6c0b69671c26656411061d684f1b /doc
parent82323f4c8f22caa52a38ac396e6fdce07b00fb81 (diff)
downloadhdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.zip
hdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.tar.gz
hdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.tar.bz2
[svn-r2968] Purpose:
Update Description: Updated the description of h5ls flags. Platforms tested: w3m
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html34
1 files changed, 26 insertions, 8 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 0234fa7..e4520ca 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -259,23 +259,42 @@ These tools enable the user to examine HDF5 files interactively.
<dl>
<dt><code>-h</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>-?</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--help</code>
<dd>Print a usage message and exit.
- <dt><code>-d</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--dump</code>
+ <dt><code>-a</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--address</code>
+ <dd>Primt addresses for raw data.
+ <dt><code>-d</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--data</code>
<dd>Print the values of datasets.
+ <dt><code>-e</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--errors</code>
+ <dd>Show all HDF5 error reporting.
+ <dt><code>-f</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--full</code>
+ <dd>Print full path names instead of base names.
+ <dt><code>-g</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--group</code>
+ <dd>Show information about a group, not its contents.
+ <dt><code>-l</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--label</code>
+ <dd>Label members of compound datasets.
+ <dt><code>-r</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--recursive</code>
+ <dd>List all groups recursively, avoiding cycles.
+ <dt><code>-s</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--string</code>
+ <dd>Print 1-bytes integer datasets as ASCII.
+ <dt><code>-S</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--simple</code>
+ <dd>Use a machine-readable output format.
<dt><code>-w</code><em>N</em> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--width=</code><em>N</em>
<dd>Set the number of columns of output.
<dt><code>-v</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--verbose</code>
<dd>Generate more verbose output.
<dt><code>-V</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--version</code>
<dd>Print version number and exit.
+ <dt><code>-x</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--hexdump</code>
+ <dd>Show raw data in hexadecimal format.
<dt><em>file</em>
<dd>The file name may include a printf(3C) integer format
such as <code>%%05d</code> to open a file family.
<dt><em>objects</em>
- <dd>The names of zero or more objects about which information
- should be displayed. If a group is mentioned then
- information about each of its members is displayed.
- If no object names are specified then information about
- all of the objects in the root group is displayed.
+ <dd>Each object consists of an HDF5 file name optionally
+ followed by a slash and an object name within the file
+ (if no object is specified within the file then the
+ contents of the root group are displayed). The file name
+ may include a <code>printf(3C)</code> integer format such
+ as "%05d" to open a file family.
</dl>
<!--
<dt><strong>Current Status:</strong>
@@ -285,7 +304,6 @@ These tools enable the user to examine HDF5 files interactively.
-->
</dl>
-
<hr>
<dl>
<dt><strong>Tool Name:</strong> <a name="Tools-Repart">h5repart</a>
@@ -484,7 +502,7 @@ Tools&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 29 April 1999
+Last modified: 17 November 2000
</body>
</html>