cmd/tailscale/cli: [ssh] fix typo in help text (#6694)

arugments => arguments

Signed-off-by: shayne <79330+shayne@users.noreply.github.com>
bradfitz/tidy
shayne 1 year ago committed by GitHub
parent ab4992e10d
commit 9d335aabb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ most users running the Tailscale SSH server will prefer to just use the normal
The 'tailscale ssh' wrapper adds a few things:
* It resolves the destination server name in its arugments using MagicDNS,
* It resolves the destination server name in its arguments using MagicDNS,
even if --accept-dns=false.
* It works in userspace-networking mode, by supplying a ProxyCommand to the
system 'ssh' command that connects via a pipe through tailscaled.

Loading…
Cancel
Save