summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/help-1.ls
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-03-31 22:31:20 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-03-31 22:31:20 (GMT)
commit183aaba8fcd4de8454853a59ab6256d33d67df8f (patch)
tree0d52002f40bfe134b7830cc40529ac1e97680cb1 /tools/testfiles/help-1.ls
parent3d319b0ac1c837953bf6975b59d68e0f9bb666fd (diff)
downloadhdf5-183aaba8fcd4de8454853a59ab6256d33d67df8f.zip
hdf5-183aaba8fcd4de8454853a59ab6256d33d67df8f.tar.gz
hdf5-183aaba8fcd4de8454853a59ab6256d33d67df8f.tar.bz2
[svn-r20385] Purpose:
Bug 2182 - h5ls and h5dump: update to use --enable-error-stack among tools, also update related descriptions Description: Merged from HDF5 trunk r20378 and r20379 Decided to use --enable-error-stack long option name only to display error stack messages from HDF5 lib among tools. Updated to unify option name to '--enable-error-stack' for printing HDF5 error stack messages for HDF5 tools. h5ls and h5dump for now. For h5ls, this replaces "-e/--errors" option, which is deprecated. For h5dump, remove -E from help page and RM , which was added by mistake before release1.8.7. Help page and RM got updated. Updated test case. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/testfiles/help-1.ls')
-rw-r--r--tools/testfiles/help-1.ls5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testfiles/help-1.ls b/tools/testfiles/help-1.ls
index 7f8879c..e15a88b 100644
--- a/tools/testfiles/help-1.ls
+++ b/tools/testfiles/help-1.ls
@@ -10,7 +10,8 @@ usage: h5ls [OPTIONS] [OBJECTS...]
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
+ --enable-error-stack
+ Prints messages from the HDF5 error stack as they occur.
--follow-symlinks
Follow symbolic links (soft links and external links)
to display target object information.
@@ -56,3 +57,5 @@ usage: h5ls [OPTIONS] [OBJECTS...]
-E or --external Follow external links.
Replaced by --follow-symlinks.
+ -e, --errors Show all HDF5 error reporting
+ Replaced by --enable-error-stack.