summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-08-23 15:30:37 -0700
committerWayne Davison <wayne@opencoder.net>2022-08-23 15:30:37 -0700
commit44d4727664cf40ff6453e466321c487b79236d7e (patch)
tree09da10d63dc9261ff5b604a6e92a99f3afb94df8
parent1f2f4131674af790c2e98149c1673b5e9ad1d35d (diff)
downloadrsync-44d4727664cf40ff6453e466321c487b79236d7e.tar.gz
Fix a link.
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index f13f4ea5..3156853b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -23,7 +23,7 @@
### ENHANCEMENTS:
-- Rename `--protect-args` to [`--secluded-args`](#rsync.1#opt) to make it
+- Rename `--protect-args` to [`--secluded-args`](rsync.1#opt) to make it
clearer how it differs from the default backslash-escaped arg-protecting
behavior of rsync. The old option names are still accepted. The
environment-variable override did not change its name.