diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-07 14:55:32 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-07 14:55:32 (GMT) |
commit | d0ae398d953b122608626cbd4c6064db2ada891e (patch) | |
tree | ff561f1a43f4b6fa7a771729f357479c906fb1d3 /tools/testfiles/help-1.ls | |
parent | 78b5437aeb582a9ecde2df85c6cfa8d931f91437 (diff) | |
download | hdf5-d0ae398d953b122608626cbd4c6064db2ada891e.zip hdf5-d0ae398d953b122608626cbd4c6064db2ada891e.tar.gz hdf5-d0ae398d953b122608626cbd4c6064db2ada891e.tar.bz2 |
[svn-r15805] Purpose: Add option to h5ls to enable external link traversal.
Description: Added -E option to h5ls. When set, this alows h5ls to enter
external files (currently only through an external link). The -r option by
itself will no longer allow h5ls to traverse external links.
Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'tools/testfiles/help-1.ls')
-rw-r--r-- | tools/testfiles/help-1.ls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testfiles/help-1.ls b/tools/testfiles/help-1.ls index 94a9976..4c45570 100644 --- a/tools/testfiles/help-1.ls +++ b/tools/testfiles/help-1.ls @@ -7,6 +7,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] -a, --address Print addresses for raw data -d, --data Print the values of datasets -e, --errors Show all HDF5 error reporting + -E, --external Allow traversal into external files -f, --full Print full path names instead of base names -g, --group Show information about a group, not its contents -l, --label Label members of compound datasets |