diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-14 20:48:36 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-14 20:48:36 (GMT) |
commit | 6d8bfb439cbb27b25dcdcb6b4fcffc38837e142e (patch) | |
tree | c3f136ba2005f3ef27b378a7e7a897f4c86d81ec /tools/h5ls | |
parent | 609778f05b6130c6dee5eba948c5313f1197eb51 (diff) | |
download | hdf5-6d8bfb439cbb27b25dcdcb6b4fcffc38837e142e.zip hdf5-6d8bfb439cbb27b25dcdcb6b4fcffc38837e142e.tar.gz hdf5-6d8bfb439cbb27b25dcdcb6b4fcffc38837e142e.tar.bz2 |
[svn-r20246] Purpose:
Fixed Bug 1904 - h5ls : usage of '-a' option is not clear to display expected output
Description:
Merged from HDF5 trunk r20231.
Fixed incorrect content and improved help page for -a option of h5ls.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), cmake (jam)
Diffstat (limited to 'tools/h5ls')
-rw-r--r-- | tools/h5ls/h5ls.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 420ff3f..5671700 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -105,7 +105,11 @@ usage (void) usage: %s [OPTIONS] [OBJECTS...]\n\ OPTIONS\n\ -h, -?, --help Print a usage message and exit\n\ - -a, --address Print addresses for raw data\n\ + -a, --address Print raw data address. If dataset is contiguous, address\n\ + is offset in file of beginning of raw data. If chunked,\n\ + returned list of addresses indicates offset of each chunk.\n\ + Must be used with -v, --verbose option.\n\ + Provides no information for non-dataset objects.\n\ -d, --data Print the values of datasets\n\ -e, --errors Show all HDF5 error reporting\n\ --follow-symlinks\n\ |