diff options
Diffstat (limited to 'tools/testfiles/help-3.ls')
-rw-r--r-- | tools/testfiles/help-3.ls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/testfiles/help-3.ls b/tools/testfiles/help-3.ls index 7199815..29aed97 100644 --- a/tools/testfiles/help-3.ls +++ b/tools/testfiles/help-3.ls @@ -4,7 +4,11 @@ usage: h5ls [OPTIONS] [OBJECTS...] OPTIONS -h, -?, --help Print a usage message and exit - -a, --address Print addresses for raw data + -a, --address Print raw data address. If dataset is contiguous, address + is offset in file of beginning of raw data. If chunked, + returned list of addresses indicates offset of each chunk. + Must be used with -v, --verbose option. + Provides no information for non-dataset objects. -d, --data Print the values of datasets -e, --errors Show all HDF5 error reporting --follow-symlinks |