diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-07-23 18:46:37 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-07-23 18:46:37 (GMT) |
commit | d8d6f2c1393c4f2465dac7a4f2f6f5bec0c691a3 (patch) | |
tree | 6ada73897870ea6060fea91b361bb87f1f207536 /tools/h5import/h5import.c | |
parent | 6197d58c49dfa533a43ceabefc9648b04824e604 (diff) | |
download | hdf5-d8d6f2c1393c4f2465dac7a4f2f6f5bec0c691a3.zip hdf5-d8d6f2c1393c4f2465dac7a4f2f6f5bec0c691a3.tar.gz hdf5-d8d6f2c1393c4f2465dac7a4f2f6f5bec0c691a3.tar.bz2 |
[svn-r14000]
bug fixes:
help message had incorrections, typos
tested: linux
Diffstat (limited to 'tools/h5import/h5import.c')
-rwxr-xr-x | tools/h5import/h5import.c | 4 |
1 files 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 <configfile> is the name of the configuration file.\n"); (void) fprintf(stdout, "\t (See Section \"CONFIGURATION FILE\")\n\n"); (void) fprintf(stdout, "\t -o[utfile] <outfile>:\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 <outfile>. 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"); |