X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/db9c9e27660be8672abf55886ff7226abd21004f..9a234269ed444e9bab0ad4da806a6d2bbd554b3f:/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); }