mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Fix usage output
Special characters in passwords are disabled by default. Fix the usage output to match this.
This commit is contained in:
parent
44479e30f5
commit
bea26f11a4
1 changed files with 1 additions and 1 deletions
2
apg.go
2
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)
|
||||
|
|
Loading…
Reference in a new issue