From d8d6f2c1393c4f2465dac7a4f2f6f5bec0c691a3 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 23 Jul 2007 13:46:37 -0500 Subject: [svn-r14000] bug fixes: help message had incorrections, typos tested: linux --- tools/h5import/h5import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c index 5411326..2cb6b56 100755 --- a/tools/h5import/h5import.c +++ b/tools/h5import/h5import.c @@ -2466,7 +2466,7 @@ help(char *name) (void) fprintf(stdout, "\t is the name of the configuration file.\n"); (void) fprintf(stdout, "\t (See Section \"CONFIGURATION FILE\")\n\n"); (void) fprintf(stdout, "\t -o[utfile] :\n"); - (void) fprintf(stdout, "\t Name of the HDF 5 output file. Data from one or more \n"); + (void) fprintf(stdout, "\t Name of the HDF5 output file. Data from one or more \n"); (void) fprintf(stdout, "\t input files are stored as one or more data sets in \n"); (void) fprintf(stdout, "\t . The output file may be an existing file or \n"); (void) fprintf(stdout, "\t it maybe new in which case it will be created.\n\n\n"); @@ -2513,7 +2513,7 @@ help(char *name) (void) fprintf(stdout, "\t \"STR\", \"TEXTUIN\", \"UIN\"). \n"); (void) fprintf(stdout, "\t INPUT-CLASS \"TEXTIN\" denotes an ASCII text \n"); (void) fprintf(stdout, "\t file with signed integer data in ASCII form,\n"); - (void) fprintf(stdout, "\t INPUT-CLASS \"TEXTIN\" denotes an ASCII text \n"); + (void) fprintf(stdout, "\t INPUT-CLASS \"TEXTUIN\" denotes an ASCII text \n"); (void) fprintf(stdout, "\t file with unsigned integer data in ASCII form,\n"); (void) fprintf(stdout, "\t \"TEXTFP\" denotes an ASCII text file containing\n"); (void) fprintf(stdout, "\t floating point data in the fixed notation\n"); -- cgit v0.12