diff options
-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] |