[svn-r6587] Purpose:

typo in usage message

Description:

Solution:

Platforms tested:
linux
Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-04-04 13:54:37 -05:00
parent b3fa7fe85b
commit d6f94bf8bd
2 changed files with 3 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ void usage( const char *progname )
FILE2_NAME File name of the second HDF5 file\n"
fprintf(stderr,
"h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME\n%s",
"h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME\n%s",
USAGE);
fprintf(stderr,"\n");
fprintf(stderr,"Items in [ ] are optional \n");