Fixed README
This commit is contained in:
parent
d11091ba27
commit
fe007423cf
1 changed files with 20 additions and 20 deletions
|
@ -35,7 +35,7 @@ To use passgen, open your terminal and execute the program with the desired
|
|||
options.
|
||||
|
||||
```bash
|
||||
passgen [OPTIONS]
|
||||
./passgen [OPTIONS]
|
||||
```
|
||||
|
||||
## Options
|
||||
|
@ -69,7 +69,7 @@ passgen [OPTIONS]
|
|||
1. Generate a default password:
|
||||
|
||||
```bash
|
||||
passgen
|
||||
./passgen
|
||||
```
|
||||
|
||||
This will generate a 24-character password with a mix of lowercase letters,
|
||||
|
@ -78,7 +78,7 @@ uppercase letters, digits, and special characters.
|
|||
2. Generate a password with specific options:
|
||||
|
||||
```bash
|
||||
passgen -L 12 -lud
|
||||
./passgen -L 12 -lud
|
||||
```
|
||||
|
||||
This will generate a 12-character password with only lowercase letters,
|
||||
|
|
Loading…
Reference in a new issue