From 6db26d370a9342d4034ec35b690f64647b1b4bd0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 18 Jan 2001 16:09:44 -0500 Subject: [svn-r3299] Purpose: Bug Fix Description: Some tags weren't properly closed. Solution: Changed what was to be the closeing tag to Platforms tested: w3m --- doc/html/Tools.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 1ad3534..b28f306 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -160,25 +160,25 @@ These tools enable the user to examine HDF5 files interactively. --version
Print version number and exit.
-a P   or   - --attribute=P
+ --attribute=P
Print the specified attribute.
-d P   or   - --dataset=P
+ --dataset=P
Print the specified dataset.
-g P   or   - --group=P
+ --group=P
Print the specified group and all members.
-l P   or   - --soft-link=P
+ --soft-link=P
Print the value(s) of the specified soft link.
-o P   or   - --output=F
+ --output=F
Output raw data into file F.
-t P   or   - --datatype=T
+ --datatype=T
Print the specified named data type.
-
-w P   or   - --width=#
+
-w #   or   + --width=#
Set the number of columns of output.
file
The file to be examined.
-- cgit v0.12