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:
Brad Fitzpatrick 2023-01-19 11:17:05 -08:00 committed by Brad Fitzpatrick
parent 71a7b8581d
commit c129bf1da1
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ var loginArgs upArgsT
var loginCmd = &ffcli.Command{
Name: "login",
ShortUsage: "[ALPHA] login [flags]",
ShortUsage: "login [flags]",
ShortHelp: "Log in to a Tailscale account",
LongHelp: `"tailscale login" logs this machine in to your Tailscale network.
This command is currently in alpha and may change in the future.`,

View File

@ -26,8 +26,8 @@ var switchCmd = &ffcli.Command{
Exec: switchProfile,
UsageFunc: func(*ffcli.Command) string {
return `USAGE
[ALPHA] switch <name>
[ALPHA] switch --list
switch <name>
switch --list
"tailscale switch" switches between logged in accounts.
This command is currently in alpha and may change in the future.`