cmd/tailscale: fix command descriptions (#1710)

Signed-off-by: Ross Zurowski <ross@rosszurowski.com>
bradfitz/macos_progress
Ross Zurowski 3 years ago committed by GitHub
parent b34fbb24e8
commit c748c20fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ import (
var logoutCmd = &ffcli.Command{
Name: "logout",
ShortUsage: "logout [flags]",
ShortHelp: "down + expire current node key",
ShortHelp: "Disconnect from Tailscale and expire current node key",
LongHelp: strings.TrimSpace(`
"tailscale logout" brings the network down and invalidates

@ -30,7 +30,7 @@ import (
var upCmd = &ffcli.Command{
Name: "up",
ShortUsage: "up [flags]",
ShortHelp: "Connect to your Tailscale network",
ShortHelp: "Connect to Tailscale, logging in if needed",
LongHelp: strings.TrimSpace(`
"tailscale up" connects this machine to your Tailscale network,

Loading…
Cancel
Save