diff options
author | Rob Landley <rob@landley.net> | 2020-12-07 22:56:34 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-12-07 22:56:34 -0600 |
commit | 02938f4536fd27dab4a24ae000fcacab49b1d315 (patch) | |
tree | 88d04c6f3dda009516b153b9e045feec6ac47ea8 /toys | |
parent | 7492489b2250ee19117b59cb5b40696857506914 (diff) | |
download | toybox-02938f4536fd27dab4a24ae000fcacab49b1d315.tar.gz |
Promote pwgen.
Diffstat (limited to 'toys')
-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] |