Fixed README

This commit is contained in:
Lian Drake 2024-06-15 21:23:16 -04:00
parent d11091ba27
commit fe007423cf

View file

@ -35,7 +35,7 @@ To use passgen, open your terminal and execute the program with the desired
options. options.
```bash ```bash
passgen [OPTIONS] ./passgen [OPTIONS]
``` ```
## Options ## Options
@ -69,7 +69,7 @@ passgen [OPTIONS]
1. Generate a default password: 1. Generate a default password:
```bash ```bash
passgen ./passgen
``` ```
This will generate a 24-character password with a mix of lowercase letters, 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: 2. Generate a password with specific options:
```bash ```bash
passgen -L 12 -lud ./passgen -L 12 -lud
``` ```
This will generate a 12-character password with only lowercase letters, This will generate a 12-character password with only lowercase letters,