diff options
-rw-r--r-- | tools/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 515e61c..a728015 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -226,9 +226,9 @@ h5dump [-h] [-bb] [-header] [-v] [-V] [-a <names>] [-d <names>] [-g <names>]\n\ -d <path> Display the specified dataset(s).\n\ -g <path> Display the specified group(s) and all the members.\n\ -l <path> Display the value(s) of the specified soft link(s).\n\ - -o <fname> Display the raw data of datasets to a separate Output file <fname>.\n\ -t <names> Display the specified named data type(s).\n\ -w <number> Display the information with the specified maximum number of columns.\n\ + -o <fname> Output the raw data of datasets to a separate file <fname>.\n\ \n\ <number> is an integer greater than 1.\n\ <path> is the full path from the root group to the object.\n\ |