summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2023-03-16 18:17:04 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2023-03-16 18:17:04 +0100
commit2af4dd80e84c007f16910dad85397fb41f026f79 (patch)
tree29b1c9f8daeab0391d6f4050d3c92cb5bdf8d4bf
parent11b9069098b4d4c23efb06c9457a085b784354d4 (diff)
downloadattr-2af4dd80e84c007f16910dad85397fb41f026f79.tar.gz
getfattr: Minor fix to the --help textHEADmaster
The --help text didn't mention that -m is an alias for --match. Reported-by: Jiří Kalvoda <jirikalvoda@ucw.cz>
-rw-r--r--tools/getfattr.c2
1 files changed, 1 insertions, 1 deletions
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"