cmd/tailscale/cli: update debug.go (#10644)

redundant run "portmap debugging" word 'debugging'

Signed-off-by: Gavin Greenwalt <gavin@sfstudios.com>
pull/10650/head
Gavin Greenwalt 11 months ago committed by GitHub
parent a661287c4b
commit 865ee25a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,7 +258,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")

Loading…
Cancel
Save