diff options
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
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... |