diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Tools.html | 16 |
1 files 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. <code>--version</code></dt> <dd>Print version number and exit.</dd> <dt><code>-a <em>P</em></code> or - <code>--attribute=<em>P<em></code></dt> + <code>--attribute=<em>P</em></code></dt> <dd>Print the specified attribute.</dd> <dt><code>-d <em>P</em></code> or - <code>--dataset=<em>P<em></code></dt> + <code>--dataset=<em>P</em></code></dt> <dd>Print the specified dataset.</dd> <dt><code>-g <em>P</em></code> or - <code>--group=<em>P<em></code></dt> + <code>--group=<em>P</em></code></dt> <dd>Print the specified group and all members.</dd> <dt><code>-l <em>P</em></code> or - <code>--soft-link=<em>P<em></code></dt> + <code>--soft-link=<em>P</em></code></dt> <dd>Print the value(s) of the specified soft link.</dd> <dt><code>-o <em>P</em></code> or - <code>--output=<em>F<em></code></dt> + <code>--output=<em>F</em></code></dt> <dd>Output raw data into file F.</dd> <dt><code>-t <em>P</em></code> or - <code>--datatype=<em>T<em></code></dt> + <code>--datatype=<em>T</em></code></dt> <dd>Print the specified named data type.</dd> - <dt><code>-w <em>P</em></code> or - <code>--width=<em>#<em></code></dt> + <dt><code>-w <em>#</em></code> or + <code>--width=<em>#</em></code></dt> <dd>Set the number of columns of output.</dd> <dt><em>file</em></dt> <dd>The file to be examined.</dd> |