diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-12-11 15:45:08 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@linbit.com> | 2011-12-11 15:45:08 +0100 |
commit | 5d8dc006a20ec11ffd54eb388433aa89bf345ec6 (patch) | |
tree | 9d9ff12a165623c90ab33e8c40a691f2626df2ac | |
parent | 9bf13217b232101394719165cccc8387a08aea40 (diff) | |
download | attr-5d8dc006a20ec11ffd54eb388433aa89bf345ec6.tar.gz |
Clarify what the --only-values flag does
-rw-r--r-- | man/man1/getfattr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1 index 5ad2177..35a48c8 100644 --- a/man/man1/getfattr.1 +++ b/man/man1/getfattr.1 @@ -98,7 +98,7 @@ Do not strip leading slash characters ('/'). The default behaviour is to strip leading slash characters. .TP .B \-\-only-values -Dump out the extended attribute value(s) only. +Dump out the raw extended attribute value(s) without encoding them. .TP .BR \-R ", " \-\-recursive List the attributes of all files and directories recursively. |