summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_623.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_623.txt')
-rw-r--r--tools/h5diff/testfiles/h5diff_623.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5diff/testfiles/h5diff_623.txt b/tools/h5diff/testfiles/h5diff_623.txt
index cf8db3f..a02f5ea 100644
--- a/tools/h5diff/testfiles/h5diff_623.txt
+++ b/tools/h5diff/testfiles/h5diff_623.txt
@@ -10,10 +10,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
-r, --report Report mode. Print differences
-v, --verbose Verbose mode. Print differences, list of objects
-q, --quiet Quiet mode. Do not do output
+ -c, --compare List objects that are not comparable
+ -N, --nan Avoid NaNs detection
-n C, --count=C Print differences up to C number
-d D, --delta=D Print difference when greater than limit D
-p R, --relative=R Print difference when greater than relative limit R
- -N, --nan Avoid NaNs detection
C - is a positive integer
D - is a positive number. Compare criteria is |a - b| > D
@@ -29,7 +30,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
Compare criteria
If no objects [obj1[obj2]] are specified, h5diff only compares objects
- with the same absolute path in both files.
+ with the same absolute path in both files
The compare criteria is:
1) datasets: numerical array differences 2) groups: name string difference