removes duplicated default message on queryroutes command

This commit is contained in:
Francisco Calderón 2018-11-12 12:03:00 -03:00
parent 881ed08709
commit b61f6fe886
No known key found for this signature in database
GPG Key ID: 8D4BACBFA6023C29

@ -2671,7 +2671,7 @@ var queryRoutesCommand = cli.Command{
}, },
cli.Int64Flag{ cli.Int64Flag{
Name: "num_max_routes", Name: "num_max_routes",
Usage: "the max number of routes to be returned (default: 10)", Usage: "the max number of routes to be returned",
Value: 10, Value: 10,
}, },
cli.Int64Flag{ cli.Int64Flag{