diff options
Diffstat (limited to 'toys/pending/setfattr.c')
-rw-r--r-- | toys/pending/setfattr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/pending/setfattr.c b/toys/pending/setfattr.c index 9a41a4da..7e8bae24 100644 --- a/toys/pending/setfattr.c +++ b/toys/pending/setfattr.c @@ -14,10 +14,10 @@ config SETFATTR Write POSIX extended attributes. - -h Do not dereference symlink. - -n Set given attribute. - -x Remove given attribute. - -v Set value for attribute -n (default is empty). + -h Do not dereference symlink + -n Set given attribute + -x Remove given attribute + -v Set value for attribute -n (default is empty) */ #define FOR_setfattr |