From 1d6fe372e2d5cc5baf34bce0ab3568f1337ba05a Mon Sep 17 00:00:00 2001 From: Tei Im Date: Mon, 5 Feb 2024 19:13:24 +0900 Subject: [PATCH] Fix witness command desc --- rvgo/cmd/witness.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rvgo/cmd/witness.go b/rvgo/cmd/witness.go index 17c0264c..c66c9c21 100644 --- a/rvgo/cmd/witness.go +++ b/rvgo/cmd/witness.go @@ -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,