docs(x/evidence): fix evidence module subcommands help message (#21589)
This commit is contained in:
parent
95383f5cd8
commit
28bcdbc738
@ -19,14 +19,14 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
|
||||
RpcMethod: "Evidence",
|
||||
Use: "evidence <hash>",
|
||||
Short: "Query for evidence by hash",
|
||||
Example: fmt.Sprintf("%s query evidence DF0C23E8634E480F84B9D5674A7CDC9816466DEC28A3358F73260F68D28D7660", version.AppName),
|
||||
Example: fmt.Sprintf("%s query evidence evidence DF0C23E8634E480F84B9D5674A7CDC9816466DEC28A3358F73260F68D28D7660", version.AppName),
|
||||
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "hash"}},
|
||||
},
|
||||
{
|
||||
RpcMethod: "AllEvidence",
|
||||
Use: "list",
|
||||
Short: "Query all (paginated) submitted evidence",
|
||||
Example: fmt.Sprintf("%s query evidence --page=2 --page-limit=50", version.AppName),
|
||||
Example: fmt.Sprintf("%s query evidence list --page=2 --page-limit=50", version.AppName),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user