cmd/tailscale/cli: fix comment accuracy

All exit nodes are shown under this subcommand.

Updates tailscale/corp#13025

Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
This commit is contained in:
Charlotte Brandhorst-Satzkorn 2023-08-16 10:35:09 -07:00 committed by Charlotte Brandhorst-Satzkorn
parent f75a36f9bc
commit f101a75dce
1 changed files with 1 additions and 1 deletions

View File

@ -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
}