TUN-5669: Change network command to vnet

This commit is contained in:
Sudarsan Reddy
2022-01-24 10:53:32 +00:00
parent 1a92f1acfe
commit a84cbcde7e
3 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ var (
Usage: "Show only routes with this comment.",
}
filterIpRouteByVnet = cli.StringFlag{
Name: "filter-virtual-network-id",
Name: "filter-vnet-id",
Usage: "Show only routes that are attached to the given virtual network ID.",
}