Skip to content

Commit

Permalink
Update cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash committed Nov 7, 2023
1 parent 5a7af1a commit 7436197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ program
.option("--cert [file]", "output certificate file", "cert.crt")
.option("--organization [value]", "optional organization name")
.option("--email [value]", "optional email address")
.option("--domain [values...]", "domains or ip addresses", ["localhost", "127.0.0.1"])
.option("--domains, --domain [values...]", "domains or ip addresses", ["localhost", "127.0.0.1"])
.action(async (options) => {
let ca = {
key: await readFile(options.caKey, "utf-8").catch(() => void 0),
Expand Down

0 comments on commit 7436197

Please sign in to comment.