diff options
Diffstat (limited to 'toys/pending/getfattr.c')
-rw-r--r-- | toys/pending/getfattr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c index b17cdc1d..c58994d6 100644 --- a/toys/pending/getfattr.c +++ b/toys/pending/getfattr.c @@ -14,9 +14,9 @@ config GETFATTR Read POSIX extended attributes. - -d Show values as well as names. - -h Do not dereference symbolic links. - -n Show only attributes with the given name. + -d Show values as well as names + -h Do not dereference symbolic links + -n Show only attributes with the given name */ #define FOR_getfattr |