diff options
author | Rob Landley <rob@landley.net> | 2021-05-19 06:03:29 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-05-19 06:03:29 -0500 |
commit | 22172726c38c3be0b6828b8b180aceec60130a69 (patch) | |
tree | a4c82614c2e0519915d2c3d7c5fa8b729cf6c482 /toys | |
parent | 7a48df38d47057c74d31ac6f80e3aa2b0e88f9af (diff) | |
download | toybox-22172726c38c3be0b6828b8b180aceec60130a69.tar.gz |
Commands in pending do not default y.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/chsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/chsh.c b/toys/pending/chsh.c index bf409783..8d3390ee 100644 --- a/toys/pending/chsh.c +++ b/toys/pending/chsh.c @@ -8,7 +8,7 @@ USE_CHSH(NEWTOY(chsh, "s:", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_STAYROOT)) config CHSH bool "chsh" - default y + default n help usage: chsh [-s SHELL] [USER] |