From: Wayne Davison Date: Tue, 31 Jan 2006 03:11:07 +0000 (+0000) Subject: Another help-text tweak. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4601589720c89f606d0ddf342a64c8d952cfbdc3 Another help-text tweak. --- 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");