add args usage

This commit is contained in:
Jeromy 2020-05-20 15:28:19 -07:00
parent f82e0e61e1
commit 92e5cc5ad7

View File

@ -21,6 +21,7 @@ var proofsCmd = &cli.Command{
var verifySealProofCmd = &cli.Command{
Name: "verify-seal",
ArgsUsage: "<commr> <commd> <proof>",
Description: "Verify a seal proof with manual inputs",
Flags: []cli.Flag{
&cli.StringFlag{