mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 13:41:41 +00:00
cmd/tailscale: fix command descriptions (#1710)
Signed-off-by: Ross Zurowski <ross@rosszurowski.com>
This commit is contained in:
parent
b34fbb24e8
commit
c748c20fba
@ -16,7 +16,7 @@ import (
|
|||||||
var logoutCmd = &ffcli.Command{
|
var logoutCmd = &ffcli.Command{
|
||||||
Name: "logout",
|
Name: "logout",
|
||||||
ShortUsage: "logout [flags]",
|
ShortUsage: "logout [flags]",
|
||||||
ShortHelp: "down + expire current node key",
|
ShortHelp: "Disconnect from Tailscale and expire current node key",
|
||||||
|
|
||||||
LongHelp: strings.TrimSpace(`
|
LongHelp: strings.TrimSpace(`
|
||||||
"tailscale logout" brings the network down and invalidates
|
"tailscale logout" brings the network down and invalidates
|
||||||
|
@ -30,7 +30,7 @@ import (
|
|||||||
var upCmd = &ffcli.Command{
|
var upCmd = &ffcli.Command{
|
||||||
Name: "up",
|
Name: "up",
|
||||||
ShortUsage: "up [flags]",
|
ShortUsage: "up [flags]",
|
||||||
ShortHelp: "Connect to your Tailscale network",
|
ShortHelp: "Connect to Tailscale, logging in if needed",
|
||||||
|
|
||||||
LongHelp: strings.TrimSpace(`
|
LongHelp: strings.TrimSpace(`
|
||||||
"tailscale up" connects this machine to your Tailscale network,
|
"tailscale up" connects this machine to your Tailscale network,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user