cmd/tailscale/cli: update debug.go (#10644)
redundant run "portmap debugging" word 'debugging' Signed-off-by: Gavin Greenwalt <gavin@sfstudios.com>
This commit is contained in:
		@ -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")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user