From: Wayne Davison Date: Mon, 26 Jan 2004 22:35:04 +0000 (+0000) Subject: Fixed reference to -u that should have been -o. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5d1966948eaa37a6283490255aa340753fcd44b1 Fixed reference to -u that should have been -o. --- diff --git a/NEWS b/NEWS index eee0116d..967c6329 100644 --- 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)