Skip to content

Commit

Permalink
Fix witness command desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Feb 5, 2024
1 parent 62bd4f7 commit 1d6fe37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rvgo/cmd/witness.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ func Witness(ctx *cli.Context) error {

var WitnessCommand = &cli.Command{
Name: "witness",
Usage: "Convert a Asterisc JSON state into a binary witness",
Description: "Convert a Asterisc JSON state into a binary witness. The hash of the witness is written to stdout",
Usage: "Convert an Asterisc JSON state into a binary witness",
Description: "Convert an Asterisc JSON state into a binary witness. The hash of the witness is written to stdout",
Action: Witness,
Flags: []cli.Flag{
cannon.WitnessInputFlag,
Expand Down

0 comments on commit 1d6fe37

Please sign in to comment.