cmd/bootnode, cmd/utils: add 'pmp:<IP>' to --nat flag description (#26381)

This commit is contained in:
Seungbae Yu
2023-01-16 11:21:41 +01:00
committed by GitHub
parent 55c3b6fc37
commit d345a4a3c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ var (
}
NATFlag = &cli.StringFlag{
Name: "nat",
Usage: "NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)",
Usage: "NAT port mapping mechanism (any|none|upnp|pmp|pmp:<IP>|extip:<IP>)",
Value: "any",
Category: flags.NetworkingCategory,
}