X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/db9c9e27660be8672abf55886ff7226abd21004f..cbf626fd6252135ad282c812c3b4c09f51e96c0d:/tls.c diff --git a/tls.c b/tls.c index f4d46afa..ca1114c3 100644 --- a/tls.c +++ b/tls.c @@ -182,8 +182,8 @@ static void tls_usage(int ret) fprintf(F,"usage: " PROGRAM " [OPTIONS] FILE ...\n"); fprintf(F,"Trivial file listing program for portably checking rsync\n"); fprintf(F,"\nOptions:\n"); - fprintf(F," -f, --fake-super store/recover privileged attrs using xattrs\n"); - fprintf(F," -h, --help show this help (-h works with no other options)\n"); + fprintf(F," -f, --fake-super display attributes including fake-super xattrs\n"); + fprintf(F," -h, --help show this help\n"); exit(ret); }