From: J.W. Schultz Date: Fri, 2 May 2003 23:36:10 +0000 (+0000) Subject: Added --link-dest to the --help output. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8294b00c11cb4916817e01a2298bc0d5c154d98b Added --link-dest to the --help output. --- diff --git a/options.c b/options.c index 14019a23..abef1cb5 100644 --- a/options.c +++ b/options.c @@ -254,6 +254,7 @@ void usage(enum logcode F) rprintf(F," --modify-window=NUM Timestamp window (seconds) for file match (default=%d)\n",modify_window); rprintf(F," -T --temp-dir=DIR create temporary files in directory DIR\n"); rprintf(F," --compare-dest=DIR also compare destination files relative to DIR\n"); + rprintf(F," --link-dest=DIR create hardlinks to DIR for unchanged files\n"); rprintf(F," -P equivalent to --partial --progress\n"); rprintf(F," -z, --compress compress file data\n"); rprintf(F," -C, --cvs-exclude auto ignore files in the same way CVS does\n");