mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Update flag order and add -mX
and -p
flags in apg.go
The flag assignments in apg.go have been updated to be in alphabetic order and two new flags, `-mX` and `-p`, have been added. This change improves readability and makes maintaining the code easier, while not affecting the algorithm's functionality.
This commit is contained in:
parent
d521defa38
commit
f2a57cf46f
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ func usage() {
|
||||||
Created 2021-2024 by Winni Neessen (MIT licensed)
|
Created 2021-2024 by Winni Neessen (MIT licensed)
|
||||||
|
|
||||||
apg [-a <algo>] [-m <length>] [-x <length>] [-L] [-U] [-N] [-S] [-H] [-C]
|
apg [-a <algo>] [-m <length>] [-x <length>] [-L] [-U] [-N] [-S] [-H] [-C]
|
||||||
[-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]
|
[-l] [-M mode] [-E char_string] [-n num_of_pass] [-mX number] [-t] [-p] [-v] [-h]
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-a ALGORITH Choose the password generation algorithm (Default: 1)
|
-a ALGORITH Choose the password generation algorithm (Default: 1)
|
||||||
|
|
Loading…
Reference in a new issue