[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
This commit is contained in:
Bill Wendling 2000-11-17 14:04:03 -05:00
parent d33deacac6
commit 9735b6ed76
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.