summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_600.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-13 21:40:23 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-13 21:40:23 (GMT)
commit1a3c5f6aeb5e620283ace99de3ab7250143262b9 (patch)
tree64b51e577f9cd3fa931fcf825d42e1d12d91a60c /tools/testfiles/h5diff_600.txt
parent7bb872868518317a869217011899a9056933363b (diff)
downloadhdf5-1a3c5f6aeb5e620283ace99de3ab7250143262b9.zip
hdf5-1a3c5f6aeb5e620283ace99de3ab7250143262b9.tar.gz
hdf5-1a3c5f6aeb5e620283ace99de3ab7250143262b9.tar.bz2
[svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump
usage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris
Diffstat (limited to 'tools/testfiles/h5diff_600.txt')
-rw-r--r--tools/testfiles/h5diff_600.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_600.txt b/tools/testfiles/h5diff_600.txt
index 4ec69fb..a1bb063 100644
--- a/tools/testfiles/h5diff_600.txt
+++ b/tools/testfiles/h5diff_600.txt
@@ -1,7 +1,7 @@
#############################
Expected output for 'h5diff h5diff_basic1.h5'
#############################
-usage: h5diff file1 file2 [OPTIONS] [obj1[obj2]]
+usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
file1 File name of the first HDF5 file
file2 File name of the second HDF5 file
@@ -51,3 +51,4 @@ Note) file1 and file2 can be the same file. Use
to compare '/g1/dset1' and '/g1/dset2' in the same file
If no objects are specified, h5diff only compares objects with the same absolute path in both files. The compare criteria is: 1) datasets: numerical array differences 2) groups: name string difference 3) datatypes: the return value of H5Tequal 2) links: name string difference of the linked value
+h5diff error: missing file names