diff options
author | Rob Landley <rob@landley.net> | 2017-12-03 01:30:39 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-12-03 01:30:39 -0600 |
commit | 7ac95e1aacc6a93fd14f8c3a7764fff2537647de (patch) | |
tree | 060c3fa7e332f1920f657fcd72956f7fb29aee93 | |
parent | ef213b3d92febeb92e530f708e1647ca5459403c (diff) | |
download | toybox-7ac95e1aacc6a93fd14f8c3a7764fff2537647de.tar.gz |
Commands in pending should default n.
-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... |