From 7ac95e1aacc6a93fd14f8c3a7764fff2537647de Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 Dec 2017 01:30:39 -0600 Subject: Commands in pending should default n. --- toys/pending/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/pending/stty.c b/toys/pending/stty.c index 9ad353aa..315ff16d 100644 --- a/toys/pending/stty.c +++ b/toys/pending/stty.c @@ -8,7 +8,7 @@ USE_STTY(NEWTOY(stty, "?aF:g[!ag]", TOYFLAG_BIN)) config STTY bool "stty" - default y + default n help usage: stty [-ag] [-F device] SETTING... -- cgit v1.2.3