From 5fffde0c1c7703cc185d4a4178011d1aa4f73729 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 5 May 2008 15:31:21 -0500 Subject: [svn-r14935] correct an error in the usage text tested: windows, linux, solaris --- tools/h5dump/h5dump.c | 2 +- tools/testfiles/tnofilename.ddl | 2 +- 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], -- cgit v0.12