From 2af4dd80e84c007f16910dad85397fb41f026f79 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 16 Mar 2023 18:17:04 +0100 Subject: getfattr: Minor fix to the --help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The --help text didn't mention that -m is an alias for --match. Reported-by: Jiří Kalvoda --- tools/getfattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/getfattr.c b/tools/getfattr.c index b610b23..c0b733d 100644 --- a/tools/getfattr.c +++ b/tools/getfattr.c @@ -388,7 +388,7 @@ void help(void) " -n, --name=name get the named extended attribute value\n" " -d, --dump get all extended attribute values\n" " -e, --encoding=... encode values (as 'text', 'hex' or 'base64')\n" -" --match=pattern only get attributes with names matching pattern\n" +" -m, --match=pattern only get attributes with names matching pattern\n" " --only-values print the bare values only\n" " -h, --no-dereference do not dereference symbolic links\n" " --one-file-system skip files on different filesystems\n" -- cgit v1.2.1