summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-02-05 15:31:25 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-02-05 15:31:25 (GMT)
commit041eb636da5b150e7e26bde64c3375450ff712c6 (patch)
tree79663c3a0f4de1d3d460c0a329ba8f402dcce225 /tools/h5diff/h5diff_common.c
parent704c6a99fc676c17790ec8fdcc6c29f2960e7487 (diff)
downloadhdf5-041eb636da5b150e7e26bde64c3375450ff712c6.zip
hdf5-041eb636da5b150e7e26bde64c3375450ff712c6.tar.gz
hdf5-041eb636da5b150e7e26bde64c3375450ff712c6.tar.bz2
[svn-r16437] merge from trunk
bug fix: typo in usage message tested: linux
Diffstat (limited to 'tools/h5diff/h5diff_common.c')
-rw-r--r--tools/h5diff/h5diff_common.c2
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");