From: Andreas Dilger Date: Wed, 1 Dec 2021 23:08:51 +0000 (-0700) Subject: LU-15164 misc: fix chattr usage message for project ID X-Git-Tag: v1.46.5.wc1~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4410a636b68028da99640e7339f6ce7262bad6e7;p=tools%2Fe2fsprogs.git 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 --- 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); }