portmap description has redundant word "Debugging"

pull/7592/head
Gavin Greenwalt 2023-03-17 10:49:16 -07:00 committed by GitHub
parent 82e067e0ff
commit 747eaa642f
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")