diff --git a/cmd/tailscale/cli/status.go b/cmd/tailscale/cli/status.go index 31ce2220d..6655c1469 100644 --- a/cmd/tailscale/cli/status.go +++ b/cmd/tailscale/cli/status.go @@ -228,8 +228,8 @@ func runStatus(ctx context.Context, args []string) error { } Stdout.Write(buf.Bytes()) if locBasedExitNode { - println() - println("# To see the full list of exit nodes, including location-based exit nodes, run `tailscale exit-node list` \n") + outln() + printf("# To see the full list of exit nodes, including location-based exit nodes, run `tailscale exit-node list` \n") } if len(st.Health) > 0 { outln()