]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fixed reference to -u that should have been -o.
authorWayne Davison <wayned@samba.org>
Mon, 26 Jan 2004 22:35:04 +0000 (22:35 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 26 Jan 2004 22:35:04 +0000 (22:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eee0116dc6f32204ce0ed8692ffa84171f8ddea4..967c632997f37430633e21ebe9ec3ed693a27da9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Changes since 2.6.0:
   BUG FIXES:
 
     * The --link-dest code now works properly for a non-root user
-      when the UIDs of the source and destination differ and -u was
+      when the UIDs of the source and destination differ and -o was
       specified, and when the group of the source can't be used on
       the destination and -g was specified.  (Wayne Davison)