diff options
author | Rob Landley <rob@landley.net> | 2016-10-20 22:30:58 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-10-20 22:30:58 -0500 |
commit | c1a1c952628532ac15491a356ebff44d7a7300b3 (patch) | |
tree | e90eedf98f69b865d15c71a6f3845909c04fa1f1 | |
parent | 5913da6ea5c15960cef54f2c7f080123330aa72d (diff) | |
download | toybox-c1a1c952628532ac15491a356ebff44d7a7300b3.tar.gz |
Nothing in pending should "default y".
-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... |