diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-13 21:40:23 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-13 21:40:23 (GMT) |
commit | 1a3c5f6aeb5e620283ace99de3ab7250143262b9 (patch) | |
tree | 64b51e577f9cd3fa931fcf825d42e1d12d91a60c /tools/testfiles/h5diff_627.txt | |
parent | 7bb872868518317a869217011899a9056933363b (diff) | |
download | hdf5-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_627.txt')
-rw-r--r-- | tools/testfiles/h5diff_627.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_627.txt b/tools/testfiles/h5diff_627.txt index 4e422fe..06f34ba 100644 --- a/tools/testfiles/h5diff_627.txt +++ b/tools/testfiles/h5diff_627.txt @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic2.h5 -n 200 g1/dset3 g1/dset4' +Expected output for 'h5diff -n 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4' ############################# dataset: </g1/dset3> and </g1/dset4> 6 differences found |