diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-05-21 20:12:22 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-05-21 20:12:22 (GMT) |
commit | a5ca9e6ba9f8588ca1a2cc2b88885a54ea3d27f8 (patch) | |
tree | 2d2fc8b735fee3361886acb1455469384b33cbfb /release_docs | |
parent | ff334a5952d524660e4d4c82ad823c16c8696bfd (diff) | |
download | hdf5-a5ca9e6ba9f8588ca1a2cc2b88885a54ea3d27f8.zip hdf5-a5ca9e6ba9f8588ca1a2cc2b88885a54ea3d27f8.tar.gz hdf5-a5ca9e6ba9f8588ca1a2cc2b88885a54ea3d27f8.tar.bz2 |
[svn-r18873] 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.
Tested:
jam, amani and linew
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 13807dc..469ca38 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -161,7 +161,7 @@ New Features ------ - h5diff: Add new flag --no-dangling-links. (refer to --help for details) (JKM - 2010/02/10) - - h5diff: Add new flag --follow-links. (refer to --help for details) + - h5diff: Add new flag --follow-symlinks. (refer to --help for details) (JKM - 2010/01/25) - h5diff: fix for displaying garbage value on LE machine for BE data. (JKM - 2009/11/20) |