From 53e89f073a37328ebed210045c8be76ff947003f Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 1 Dec 2021 16:08:51 -0700 Subject: [PATCH] LU-15164 misc: fix chattr usage message for project ID Fix the "chattr -h" usage message to properly document that the "-p" option takes a project argument, like "-v" takes a version. Signed-off-by: Andreas Dilger Change-Id: I2a219450ceecf0614aa73fb408fd0c77d53ebbe5 Reviewed-on: https://review.whamcloud.com/45701 Reviewed-by: Elena Gryaznova Tested-by: Maloo --- misc/chattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/chattr.c b/misc/chattr.c index 644ef4e..c7382a3 100644 --- a/misc/chattr.c +++ b/misc/chattr.c @@ -86,7 +86,7 @@ static unsigned long sf; static void usage(void) { fprintf(stderr, - _("Usage: %s [-pRVf] [-+=aAcCdDeijPsStTuFx] [-v version] files...\n"), + _("Usage: %s [-RVf] [-+=aAcCdDeijPsStTuFx] [-p project] [-v version] files...\n"), program_name); exit(1); } -- 1.8.3.1