This commit is contained in:
Łukasz Magiera
2020-08-13 13:44:43 +02:00
parent 069c39fc12
commit 3b23ab952b
5 changed files with 13 additions and 19 deletions
+2 -2
View File
@@ -205,8 +205,8 @@ var netFindPeer = &cli.Command{
}
var NetReachability = &cli.Command{
Name: "reachability",
Usage: "Print information about reachability from the internet",
Name: "reachability",
Usage: "Print information about reachability from the internet",
Action: func(cctx *cli.Context) error {
api, closer, err := GetAPI(cctx)
if err != nil {