Fix typo in "query" rpc for autopilot.

This commit is contained in:
Carson Mullins 2019-12-22 20:19:36 -06:00
parent 72a49d486a
commit 74d48510c8
No known key found for this signature in database
GPG Key ID: A6779884EC678B27

@ -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),