Skip to content

Commit

Permalink
chore: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 13, 2023
1 parent fb93020 commit d2bd136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ program
.description("Mints SSSBTs")
.argument("<contract-address>", "Address of the SBT to mint on")
.argument("<authority-address>", "Address of the Authority")
.argument("<signature-date>", "sig date")
.argument("<signature>", "signature")
.argument("<signature-date>", "Signature date")
.argument("<signature>", "Signature")
.action(
(
contractAddress: string,
Expand Down Expand Up @@ -515,8 +515,8 @@ program
.argument("<state>", "State")
.argument("<state-value>", "State value")
.argument("<authority-address>", "Address of the Authority")
.argument("<signature-date>", "sig date")
.argument("<signature>", "signature")
.argument("<signature-date>", "Signature date")
.argument("<signature>", "Signature")
.action(
(
contractAddress: string,
Expand Down

0 comments on commit d2bd136

Please sign in to comment.