diff options
| -rw-r--r-- | toys/pending/getfattr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c index efec53a8..b17cdc1d 100644 --- a/toys/pending/getfattr.c +++ b/toys/pending/getfattr.c @@ -8,7 +8,7 @@ USE_GETFATTR(NEWTOY(getfattr, "dhn:", TOYFLAG_USR|TOYFLAG_BIN))  config GETFATTR    bool "getfattr" -  default y +  default n    help      usage: getfattr [-d] [-h] [-n NAME] FILE... | 
