diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 19:04:03 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 19:04:03 (GMT) |
commit | 9735b6ed76e4fa1061210b6216312374faa5e33a (patch) | |
tree | d5be35d3e9022361349de32005db18d0c85f5e31 /tools/testfiles | |
parent | d33deacac6041f0be390a8ee9436be604e0bf933 (diff) | |
download | hdf5-9735b6ed76e4fa1061210b6216312374faa5e33a.zip hdf5-9735b6ed76e4fa1061210b6216312374faa5e33a.tar.gz hdf5-9735b6ed76e4fa1061210b6216312374faa5e33a.tar.bz2 |
[svn-r2971] Purpose:
Bug fix
Description:
With the changing of the spelling error in the h5ls usage
statement, these testfiles puked.
Solution:
Corrected them in there.
Platforms tested:
Linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/help-1.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/help-2.ls | 2 | ||||
-rw-r--r-- | tools/testfiles/help-3.ls | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/testfiles/help-1.ls b/tools/testfiles/help-1.ls index eab6c70..3fc1a7d 100644 --- a/tools/testfiles/help-1.ls +++ b/tools/testfiles/help-1.ls @@ -21,6 +21,6 @@ usage: h5ls [OPTIONS] [OBJECTS...] OBJECTS Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified - within the file then the contents of the root group are dispalyed). + within the file then the contents of the root group are displayed). The file name may include a printf(3C) integer format such as "%05d" to open a file family. diff --git a/tools/testfiles/help-2.ls b/tools/testfiles/help-2.ls index bcb2688..5b68c4d 100644 --- a/tools/testfiles/help-2.ls +++ b/tools/testfiles/help-2.ls @@ -21,6 +21,6 @@ usage: h5ls [OPTIONS] [OBJECTS...] OBJECTS Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified - within the file then the contents of the root group are dispalyed). + within the file then the contents of the root group are displayed). The file name may include a printf(3C) integer format such as "%05d" to open a file family. diff --git a/tools/testfiles/help-3.ls b/tools/testfiles/help-3.ls index 237ab1c..4d1e103 100644 --- a/tools/testfiles/help-3.ls +++ b/tools/testfiles/help-3.ls @@ -21,6 +21,6 @@ usage: h5ls [OPTIONS] [OBJECTS...] OBJECTS Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified - within the file then the contents of the root group are dispalyed). + within the file then the contents of the root group are displayed). The file name may include a printf(3C) integer format such as "%05d" to open a file family. |