From 4601589720c89f606d0ddf342a64c8d952cfbdc3 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 31 Jan 2006 03:11:07 +0000 Subject: [PATCH] Another help-text tweak. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index adaabd09..41c63966 100644 --- a/options.c +++ b/options.c @@ -292,8 +292,8 @@ void usage(enum logcode F) rprintf(F," -H, --hard-links preserve hard links\n"); rprintf(F," -K, --keep-dirlinks treat symlinked dir on receiver as dir\n"); rprintf(F," -p, --perms preserve permissions\n"); - rprintf(F," --chmod=CHMOD change destination permissions\n"); rprintf(F," -E, --executability preserve the file's executability\n"); + rprintf(F," --chmod=CHMOD change destination permissions\n"); rprintf(F," -o, --owner preserve owner (super-user only)\n"); rprintf(F," -g, --group preserve group\n"); rprintf(F," --devices preserve device files (super-user only)\n"); -- 2.34.1