cmd/tailscale: fix typo/pasteo in error message text

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
main
Brad Fitzpatrick 5 years ago
parent 1d1efbb599
commit 4917a96aec
  1. 2
      cmd/tailscale/cli/ip.go

@ -46,7 +46,7 @@ func runIP(ctx context.Context, args []string) error {
v4, v6 := ipArgs.want4, ipArgs.want6
if v4 && v6 {
return errors.New("tailscale up -4 and -6 are mutually exclusive")
return errors.New("tailscale ip -4 and -6 are mutually exclusive")
}
if !v4 && !v6 {
v4, v6 = true, true

Loading…
Cancel
Save