diff options
author | Rob Landley <rob@landley.net> | 2017-12-27 11:23:43 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-12-27 11:23:43 -0600 |
commit | 12a0b40d09546839f67c8c216d0f20a6609716b2 (patch) | |
tree | 0418ea9c56bf8b91bfd89ecd6cae5e5844e65027 | |
parent | d46e3322d66efef848271becc36ffdf1b34afc87 (diff) | |
download | toybox-12a0b40d09546839f67c8c216d0f20a6609716b2.tar.gz |
Promote setfattr
-rw-r--r-- | toys/other/setfattr.c (renamed from toys/pending/setfattr.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/setfattr.c b/toys/other/setfattr.c index efec9a53..48817aa2 100644 --- a/toys/pending/setfattr.c +++ b/toys/other/setfattr.c @@ -8,7 +8,7 @@ USE_SETFATTR(NEWTOY(setfattr, "hn:|v:x:|[!xv]", TOYFLAG_USR|TOYFLAG_BIN)) config SETFATTR bool "setfattr" - default n + default y help usage: setfattr [-h] [-x|-n NAME] [-v VALUE] FILE... |