From 02938f4536fd27dab4a24ae000fcacab49b1d315 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 7 Dec 2020 22:56:34 -0600 Subject: [PATCH] Promote pwgen. --- toys/{pending => other}/pwgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/pwgen.c (99%) diff --git a/toys/pending/pwgen.c b/toys/other/pwgen.c similarity index 99% rename from toys/pending/pwgen.c rename to 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] -- 2.39.2