Skip to content

Commit

Permalink
cmd/tailscale/cli: update debug.go (tailscale#10644)
Browse files Browse the repository at this point in the history
redundant run "portmap debugging" word 'debugging'

Signed-off-by: Gavin Greenwalt <gavin@sfstudios.com>
  • Loading branch information
StraightfaceStudios committed Dec 19, 2023
1 parent a661287 commit 865ee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tailscale/cli/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 865ee25

Please sign in to comment.