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:
parent
f75a36f9bc
commit
f101a75dce
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue