pull/7592/merge
Gavin Greenwalt 2023-06-19 11:58:34 -04:00 committed by GitHub
commit 3a7c5d2cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ var debugCmd = &ffcli.Command{
{
Name: "portmap",
Exec: debugPortmap,
ShortHelp: "run portmap debugging debugging",
ShortHelp: "run portmap debugging",
FlagSet: (func() *flag.FlagSet {
fs := newFlagSet("portmap")
fs.DurationVar(&debugPortmapArgs.duration, "duration", 5*time.Second, "timeout for port mapping")