From 9a234269ed444e9bab0ad4da806a6d2bbd554b3f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 24 Apr 2007 08:00:49 +0000 Subject: [PATCH] Improved the usage message. --- tls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.34.1