mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-09 11:19:06 +00:00
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...)
|
}, options.RPC...)
|
||||||
return []cli.Command{{
|
return []cli.Command{{
|
||||||
Name: "query",
|
Name: "query",
|
||||||
Usage: "query",
|
Usage: "Query data from RPC node",
|
||||||
Subcommands: []cli.Command{
|
Subcommands: []cli.Command{
|
||||||
{
|
{
|
||||||
Name: "tx",
|
Name: "tx",
|
||||||
Usage: "query tx status",
|
Usage: "Query transaction status",
|
||||||
Action: queryTx,
|
Action: queryTx,
|
||||||
Flags: queryTxFlags,
|
Flags: queryTxFlags,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue