From 8294b00c11cb4916817e01a2298bc0d5c154d98b Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Fri, 2 May 2003 23:36:10 +0000 Subject: [PATCH] Added --link-dest to the --help output. --- options.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.34.1