Skip to content

Commit

Permalink
Merge pull request #9 from niklaskallander/patch-1
Browse files Browse the repository at this point in the history
Update the help output for create-cert command in readme.md
  • Loading branch information
Subash authored Nov 7, 2023
2 parents 00c7a1d + f064344 commit 5a7af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ mkcert create-cert --help
--validity [days] validity in days (default: 365)
--key [file] output key file (default: "cert.key")
--cert [file] output certificate file (default: "cert.crt")
--domain [values...] domains or ip addresses (default: ["localhost","127.0.0.1"])
--domains [values...] domains or ip addresses (default: ["localhost","127.0.0.1"])
-h, --help display help for command
```

Expand Down

0 comments on commit 5a7af1a

Please sign in to comment.