summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.c
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/h5dump/h5dump.c
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/h5dump/h5dump.c')
-rw-r--r--tools/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 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");