From bea26f11a4311cd8e8e8850578855d3caae60b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 28 Apr 2021 21:38:43 -1000 Subject: [PATCH] Fix usage output Special characters in passwords are disabled by default. Fix the usage output to match this. --- apg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apg.go b/apg.go index 4d7c374..7182eb9 100644 --- a/apg.go +++ b/apg.go @@ -46,7 +46,7 @@ Options: -L Use lower case characters in passwords (Default: on) -U Use upper case characters in passwords (Default: on) -N Use numeric characters in passwords (Default: on) - -S Use special characters in passwords (Default: on) + -S Use special characters in passwords (Default: off) -H Avoid ambiguous characters in passwords (i. e.: 1, l, I, O, 0) (Default: off) -C Enable complex password mode (implies -L -U -N -S and disables -H) (Default: off) -l Spell generated passwords in phonetic alphabet (Default: off)