diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-30 22:43:51 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-30 22:43:51 (GMT) |
commit | 4aad34af3e0d42417adb17463d99e2b6b614f030 (patch) | |
tree | b64956c412054f2d178cc8d0ea847936be458328 /doc | |
parent | a306b38d670cbc0f040debccf55209fe0739243e (diff) | |
download | hdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.zip hdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.tar.gz hdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.tar.bz2 |
[svn-r6786] Purpose:
Update
Description:
Updated with description of new h5dumper --string feature.
Platforms tested:
Mozilla
Misc. update:
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/Tools.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 318050e..9f86a9a 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -202,6 +202,9 @@ to convert files from HDF4 format to HDF5 format and vice versa. <dt><code>-i</code> or <code>--object-ids</code></dt> <dd>Print the object ids.</dd> + <dt><code>-r</code> or + <code>--string</code></dt> + <dd>Print 1-bytes integer datasets as ASCII.</dd> <dt><code>-V</code> or <code>--version</code></dt> <dd>Print version number and exit.</dd> |