From f101a75dcea215c67a160d7421fe161815f5dc13 Mon Sep 17 00:00:00 2001 From: Charlotte Brandhorst-Satzkorn Date: Wed, 16 Aug 2023 10:35:09 -0700 Subject: [PATCH] cmd/tailscale/cli: fix comment accuracy All exit nodes are shown under this subcommand. Updates tailscale/corp#13025 Signed-off-by: Charlotte Brandhorst-Satzkorn --- cmd/tailscale/cli/exitnode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/exitnode.go b/cmd/tailscale/cli/exitnode.go index 3ad5b93b3..d07b01333 100644 --- a/cmd/tailscale/cli/exitnode.go +++ b/cmd/tailscale/cli/exitnode.go @@ -66,7 +66,7 @@ func runExitNodeList(ctx context.Context, args []string) error { var peers []*ipnstate.PeerStatus for _, ps := range st.Peer { if !ps.ExitNodeOption { - // We only show location based exit nodes. + // We only show exit nodes under the exit-node subcommand. continue }