Merge pull request #2178 from grunch/removes-duplicated-default-msg

removes duplicated default message on queryroutes command
This commit is contained in:
Johan T. Halseth 2018-11-19 08:44:47 +01:00 committed by GitHub
commit a6b3ef3f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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{