summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_600.txt
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-03-25 17:02:03 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-03-25 17:02:03 (GMT)
commitaa668a4f6438fc1eed958a8a27bad7795b2b383e (patch)
treeeb29138db4d82958f5fe51e033e05a0a06ffe9bd /tools/h5diff/testfiles/h5diff_600.txt
parent3c222141fdea094b32db56f53fd041a416e46727 (diff)
downloadhdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.zip
hdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.tar.gz
hdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.tar.bz2
[svn-r20334] Purpose:
Fixed CHICAGO: Bug 2121 - h5diff - incorrect and lack of output for the different set of attributes (different number and names) Description: This is related to previous checkin r20294. Add help page update for verbose option level feature, which displays useful information about attribute difference with -v1, --verbose=1 -v2 or --verbose=2 option. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_600.txt')
-rw-r--r--tools/h5diff/testfiles/h5diff_600.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/h5diff/testfiles/h5diff_600.txt b/tools/h5diff/testfiles/h5diff_600.txt
index ea767fc..efc05a8 100644
--- a/tools/h5diff/testfiles/h5diff_600.txt
+++ b/tools/h5diff/testfiles/h5diff_600.txt
@@ -8,7 +8,16 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
-h, --help Print a usage message and exit.
-V, --version Print version number and exit.
-r, --report Report mode. Print differences.
- -v, --verbose Verbose mode. Print differences, list of objects.
+ -v --verbose Verbose mode. Print differences information and list
+ of objects.
+ -vN --verbose=N Verbose mode with level. Print differences and list
+ of objects.
+ Level of detail depends on value of N:
+ 0 : Identical to '-v' or '--verbose'.
+ 1 : All level 0 information plus one-line attribute
+ status summary.
+ 2 : All level 1 information plus extended attribute
+ status report.
-q, --quiet Quiet mode. Do not produce output.
--follow-symlinks Follow symbolic links (soft links and external links)
and compare the links' target objects.