Skip to content

Commit

Permalink
Update readme.md usage
Browse files Browse the repository at this point in the history
  • Loading branch information
everdrone committed Jan 26, 2021
1 parent 07877b9 commit 49b2775
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Usage: genpasswd [options]
Options:
-h, --help show this help message and exit
-c LENGTH, --count=LENGTH
-c SETS, --count=SETS
the count of the strings between separators
-l SET_LENGTH, --str-length=SET_LENGTH
-l LENGTH, --str-length=LENGTH
the length of characters between separators
-d NUMBERS, --digits=NUMBERS
-d NUMS, --digits=NUMS
the amount of digits in the password
-u UPPERCASE, --uppercase=UPPERCASE
-u CAPS, --uppercase=CAPS
the amount of uppercase letters in the password
-s SEPARATOR, --separator=SEPARATOR
-s CHAR, --separator=CHAR
the separator character
-n ITERATIONS, --number=ITERATIONS
-n ITER, --number=ITER
executes the command N times
-v, --version print the version number and quit
```
Expand Down

0 comments on commit 49b2775

Please sign in to comment.