summaryrefslogtreecommitdiffstats
path: root/tools/h5import/h5import.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-07 19:14:26 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-07 19:14:26 (GMT)
commitc897b7ea07ccafd47d32a02e6a945156b0832726 (patch)
tree9ec140b760e2151b141936f81b9808f1f2de988b /tools/h5import/h5import.c
parent363eb578c8dd4b95083b9bcb249694738f6a25ec (diff)
downloadhdf5-c897b7ea07ccafd47d32a02e6a945156b0832726.zip
hdf5-c897b7ea07ccafd47d32a02e6a945156b0832726.tar.gz
hdf5-c897b7ea07ccafd47d32a02e6a945156b0832726.tar.bz2
[svn-r14044]
updated the usage message to say the STR option is implemented tested: windows, linux
Diffstat (limited to 'tools/h5import/h5import.c')
-rwxr-xr-xtools/h5import/h5import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c
index dc3abb1..56d77b5 100755
--- a/tools/h5import/h5import.c
+++ b/tools/h5import/h5import.c
@@ -2593,7 +2593,7 @@ help(char *name)
(void) fprintf(stdout, "\t 3. Binary file with native integer (signed or unsigned)\n");
(void) fprintf(stdout, "\t data (8-bit or 16-bit or 32-bit or 64-bit). \n");
(void) fprintf(stdout, "\t 4. ASCII text file containing strings (text data).\n");
- (void) fprintf(stdout, "\t (Not implemented)\n\n");
+ (void) fprintf(stdout, "\t \n");
(void) fprintf(stdout, "\t Every input file is associated with a configuration file \n");
(void) fprintf(stdout, "\t also provided as an input to the utility. (See Section \n");
(void) fprintf(stdout, "\t \"CONFIGURATION FILE\" to know how it is to be organised).\n");