From bf78260a06a3f927bed4e79ea2f627041b7f0ae5 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 25 Oct 2000 14:25:55 -0500 Subject: [svn-r2738] Purpose: Bug Fix Description: People need to type in the full-path to the attribute/dataset/etc. and weren't being told to do so by the "usage" statement. Solution: Added an example and changed to to be more explicit... --- tools/h5dump.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index 320e361..882cc85 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -222,16 +222,22 @@ h5dump [-h] [-bb] [-header] [-v] [-V] [-a ] [-d ] [-g ]\n\ -header Display header only; no data is displayed.\n\ -v Display the object ids\n\ -V Display version information and exit.\n\ - -a Display the specified attribute(s).\n\ - -d Display the specified dataset(s).\n\ - -g Display the specified group(s) and all the members.\n\ - -l Display the value(s) of the specified soft link(s).\n\ + -a Display the specified attribute(s).\n\ + -d Display the specified dataset(s).\n\ + -g Display the specified group(s) and all the members.\n\ + -l Display the value(s) of the specified soft link(s).\n\ -o Display the raw data of datasets to a separate Output file .\n\ -t Display the specified named data type(s).\n\ -w Display the information with the specified maximum number of columns.\n\ \n\ - is one or more appropriate object names.\n\ is an integer greater than 1.\n\ + is the full path from the root group to the object.\n\ +\n\ + Example:\n\ +\n\ + Attribute foo of the group /bar_none in file quux.h5\n\ +\n\ + h5dump -a /bar_none/foo quux.h5\n\ \n"); } -- cgit v0.12