forked from TrueCloudLab/neoneo-go
cli/query: provide better help messages
This commit is contained in:
parent
0415e6dc10
commit
7fc3689b48
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ func NewCommands() []cli.Command {
|
|||
}, options.RPC...)
|
||||
return []cli.Command{{
|
||||
Name: "query",
|
||||
Usage: "query",
|
||||
Usage: "Query data from RPC node",
|
||||
Subcommands: []cli.Command{
|
||||
{
|
||||
Name: "tx",
|
||||
Usage: "query tx status",
|
||||
Usage: "Query transaction status",
|
||||
Action: queryTx,
|
||||
Flags: queryTxFlags,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue