mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 12:58:37 +00:00
cmd/tailscale/cli: un-alpha login+switch in ShortUsage docs
Change-Id: I580d4417cf03833dfa8f6a295fb416faa667c477 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
71a7b8581d
commit
c129bf1da1
@ -15,7 +15,7 @@ var loginArgs upArgsT
|
|||||||
|
|
||||||
var loginCmd = &ffcli.Command{
|
var loginCmd = &ffcli.Command{
|
||||||
Name: "login",
|
Name: "login",
|
||||||
ShortUsage: "[ALPHA] login [flags]",
|
ShortUsage: "login [flags]",
|
||||||
ShortHelp: "Log in to a Tailscale account",
|
ShortHelp: "Log in to a Tailscale account",
|
||||||
LongHelp: `"tailscale login" logs this machine in to your Tailscale network.
|
LongHelp: `"tailscale login" logs this machine in to your Tailscale network.
|
||||||
This command is currently in alpha and may change in the future.`,
|
This command is currently in alpha and may change in the future.`,
|
||||||
|
@ -26,8 +26,8 @@ var switchCmd = &ffcli.Command{
|
|||||||
Exec: switchProfile,
|
Exec: switchProfile,
|
||||||
UsageFunc: func(*ffcli.Command) string {
|
UsageFunc: func(*ffcli.Command) string {
|
||||||
return `USAGE
|
return `USAGE
|
||||||
[ALPHA] switch <name>
|
switch <name>
|
||||||
[ALPHA] switch --list
|
switch --list
|
||||||
|
|
||||||
"tailscale switch" switches between logged in accounts.
|
"tailscale switch" switches between logged in accounts.
|
||||||
This command is currently in alpha and may change in the future.`
|
This command is currently in alpha and may change in the future.`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user