summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-05 20:31:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-05 20:31:21 (GMT)
commit5fffde0c1c7703cc185d4a4178011d1aa4f73729 (patch)
tree05ee804bed86f1193d144d7d4470104a338031c3 /tools
parent26d880217ba085053abb0e26be737b6eb35e6c96 (diff)
downloadhdf5-5fffde0c1c7703cc185d4a4178011d1aa4f73729.zip
hdf5-5fffde0c1c7703cc185d4a4178011d1aa4f73729.tar.gz
hdf5-5fffde0c1c7703cc185d4a4178011d1aa4f73729.tar.bz2
[svn-r14935] correct an error in the usage text
tested: windows, linux, solaris
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dump.c2
-rw-r--r--tools/testfiles/tnofilename.ddl2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index 365f88f..1789980 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -660,7 +660,7 @@ usage(const char *prog)
fprintf(stdout, " F - is a filename.\n");
fprintf(stdout, " P - is the full path from the root group to the object.\n");
fprintf(stdout, " N - is an integer greater than 1.\n");
- fprintf(stdout, " T - is a string containing the floating point format, e.g '%.3f'\n");
+ fprintf(stdout, " T - is a string containing the floating point format, e.g '%%.3f'\n");
fprintf(stdout, " L - is a list of integers the number of which are equal to the\n");
fprintf(stdout, " number of dimensions in the dataspace being queried\n");
fprintf(stdout, " U - is a URI reference (as defined in [IETF RFC 2396],\n");
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl
index 4b6e13a..756b88f 100644
--- a/tools/testfiles/tnofilename.ddl
+++ b/tools/testfiles/tnofilename.ddl
@@ -53,7 +53,7 @@ usage: h5dump [OPTIONS] file
F - is a filename.
P - is the full path from the root group to the object.
N - is an integer greater than 1.
- T - is a string containing the floating point format, e.g '0.000'
+ T - is a string containing the floating point format, e.g '%.3f'
L - is a list of integers the number of which are equal to the
number of dimensions in the dataspace being queried
U - is a URI reference (as defined in [IETF RFC 2396],