Fix typo in "query" rpc for autopilot.
This commit is contained in:
parent
72a49d486a
commit
74d48510c8
@ -96,7 +96,7 @@ func disable(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var queryScoresCommand = cli.Command{
|
var queryScoresCommand = cli.Command{
|
||||||
Name: "query",
|
Name: "query",
|
||||||
Usage: "Query the autopilot heuristcs for nodes' scores.",
|
Usage: "Query the autopilot heuristics for nodes' scores.",
|
||||||
ArgsUsage: "[flags] <pubkey> <pubkey> <pubkey> ...",
|
ArgsUsage: "[flags] <pubkey> <pubkey> <pubkey> ...",
|
||||||
Description: "",
|
Description: "",
|
||||||
Action: actionDecorator(queryScores),
|
Action: actionDecorator(queryScores),
|
||||||
|
Loading…
Reference in New Issue
Block a user