From 06d76beb288856ad6d53bf3f481a3a8d664fd73d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Feb 2004 18:25:37 +0000 Subject: [PATCH] Clarify the safe/unsafe symlink options in the usage text. --- options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.c b/options.c index f5c2cafd..884165e8 100644 --- a/options.c +++ b/options.c @@ -226,9 +226,9 @@ void usage(enum logcode F) rprintf(F," --suffix=SUFFIX backup suffix (default %s w/o --backup-dir)\n",BACKUP_SUFFIX); rprintf(F," -u, --update update only (don't overwrite newer files)\n"); rprintf(F," -l, --links copy symlinks as symlinks\n"); - rprintf(F," -L, --copy-links copy the referent of symlinks\n"); - rprintf(F," --copy-unsafe-links copy links outside the source tree\n"); - rprintf(F," --safe-links ignore links outside the destination tree\n"); + rprintf(F," -L, --copy-links copy the referent of all symlinks\n"); + rprintf(F," --copy-unsafe-links copy the referent of \"unsafe\" symlinks\n"); + rprintf(F," --safe-links ignore \"unsafe\" symlinks\n"); rprintf(F," -H, --hard-links preserve hard links\n"); rprintf(F," -p, --perms preserve permissions\n"); rprintf(F," -o, --owner preserve owner (root only)\n"); -- 2.34.1