diff options
-rw-r--r-- | toys/other/pwgen.c (renamed from toys/pending/pwgen.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/pwgen.c b/toys/other/pwgen.c index d3e17e58..e808ccf8 100644 --- a/toys/pending/pwgen.c +++ b/toys/other/pwgen.c @@ -6,7 +6,7 @@ USE_PWGEN(NEWTOY(pwgen, ">2r(remove):c(capitalize)n(numerals)y(symbols)s(secure) config PWGEN bool "pwgen" - default n + default y help usage: pwgen [-cAn0yrsBhC1v] [LENGTH] [COUNT] |