Merge pull request #24 from smortex/fix-doc

Fix usage output
This commit is contained in:
Winni Neessen 2021-04-29 09:51:32 +02:00 committed by GitHub
commit fb8c66584b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
apg.go
View file

@ -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)