summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_615.txt
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-05-21 20:31:03 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-05-21 20:31:03 (GMT)
commit6cd165398b4f82005715bf50b3c9e10ebc9a148e (patch)
tree49c6b13f6d88639508a69779803589514b618c6f /tools/h5diff/testfiles/h5diff_615.txt
parent1fb2abb7f8282957194dad1f6b849fcc951260fc (diff)
downloadhdf5-6cd165398b4f82005715bf50b3c9e10ebc9a148e.zip
hdf5-6cd165398b4f82005715bf50b3c9e10ebc9a148e.tar.gz
hdf5-6cd165398b4f82005715bf50b3c9e10ebc9a148e.tar.bz2
[svn-r18874] Purpose:
Rename '--follow-links' to '--follow-symlinks' Description: The '--follow-links' option is to follow symbolic links (soft and external). Make the name more intuitive and specific to the feature. Merged from hdf5 trunk r18873. Tested: jam
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_615.txt')
-rw-r--r--tools/h5diff/testfiles/h5diff_615.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5diff/testfiles/h5diff_615.txt b/tools/h5diff/testfiles/h5diff_615.txt
index cf779c5..b713c7b 100644
--- a/tools/h5diff/testfiles/h5diff_615.txt
+++ b/tools/h5diff/testfiles/h5diff_615.txt
@@ -11,7 +11,7 @@ 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 produce output.
- --follow-links Follow symbolic links (soft links and external links)
+ --follow-symlinks Follow symbolic links (soft links and external links)
and compare the links' target objects.
If symbolic link(s) with the same name exist in the
files being compared, then determine whether the
@@ -22,13 +22,13 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
- If both symbolic links are dangling links, they
are treated as being the same; by default, h5diff
returns an exit code of 0. If, however,
- --no-dangling-links is used with --follow-links,
+ --no-dangling-links is used with --follow-symlinks,
this situation is treated as an error and h5diff
returns an exit code of 2.
- If only one of the two links is a dangling link,
they are treated as being different and h5diff
returns an exit code of 1. If, however,
- --no-dangling-links is used with --follow-links,
+ --no-dangling-links is used with --follow-symlinks,
this situation is treated as an error and h5diff
returns an exit code of 2.
- If both symbolic links point to existing objects,
@@ -36,7 +36,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
If any symbolic link specified in the call to h5diff
does not exist, h5diff treats it as an error and
returns an exit code of 2.
- --no-dangling-links Must be used with --follow-links option;
+ --no-dangling-links Must be used with --follow-symlinks option;
otherwise, h5diff shows error message and returns
an exit code of 2.
Check for any symbolic links (soft links or external
@@ -79,7 +79,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]]
2) groups: name string difference
3) datatypes: the return value of H5Tequal
4) links: name string difference of the linked value as default
- (refer to --follow-links option).
+ (refer to --follow-symlinks option).
Exit code:
0 if no differences, 1 if differences found, 2 if error