diff options
-rw-r--r-- | toys/other/mkpasswd.c (renamed from toys/pending/mkpasswd.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mkpasswd.c b/toys/other/mkpasswd.c index 4e6f063e..2e1c1a98 100644 --- a/toys/pending/mkpasswd.c +++ b/toys/other/mkpasswd.c @@ -9,7 +9,7 @@ USE_MKPASSWD(NEWTOY(mkpasswd, ">2S:m:P#=0<0", TOYFLAG_USR|TOYFLAG_BIN)) config MKPASSWD bool "mkpasswd" - default n + default y help usage: mkpasswd [-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT] |