diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 15:24:23 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 15:24:23 (GMT) |
commit | 3c67d2972c33045bb81130b21ffe5cdf076bd0a6 (patch) | |
tree | 315d06429a5210ae1388bdbf2165e6061d71bd74 /tools/h5diff/h5diff_common.c | |
parent | 9de3088234c11fe5f58d0a89fa8ecd5f6aeeefe6 (diff) | |
download | hdf5-3c67d2972c33045bb81130b21ffe5cdf076bd0a6.zip hdf5-3c67d2972c33045bb81130b21ffe5cdf076bd0a6.tar.gz hdf5-3c67d2972c33045bb81130b21ffe5cdf076bd0a6.tar.bz2 |
[svn-r16434] bug fix: typo in usage message
tested: linux
Diffstat (limited to 'tools/h5diff/h5diff_common.c')
-rw-r--r-- | tools/h5diff/h5diff_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c index 3f2b8cf..547d910 100644 --- a/tools/h5diff/h5diff_common.c +++ b/tools/h5diff/h5diff_common.c @@ -372,7 +372,7 @@ void usage(void) printf(" The compare criteria is:\n"); printf(" 1) datasets: numerical array differences 2) groups: name string difference\n"); - printf(" 3) datatypes: the return value of H5Tequal 2) links: name string difference\n"); + printf(" 3) datatypes: the return value of H5Tequal 4) links: name string difference\n"); printf(" of the linked value\n"); printf("\n"); |