Skip to content

Commit

Permalink
update readme for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizen committed Oct 7, 2024
1 parent 23717e3 commit 624aecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/genpw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ensure `$GOPATH/bin` is added to your `PATH` to run the command directly.
You can generate a set of passwords with the desired pattern using the following command:

```bash
genpw -p [PATTERN] -n [NUMBER OF PASSWORDS]
genpw -p [PATTERN] -n [NUMBER OF PASSWORDS (default 6)] -d [CHAIN DEPTH (default 2)]
```

### Pattern Options
Expand Down

0 comments on commit 624aecb

Please sign in to comment.