mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +00:00
cmd/tailscale/cli: remove Beta tag from tailscale update (#11529)
Updates #cleanup Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
parent
acb611f034
commit
5d41259a63
@ -20,7 +20,7 @@ import (
|
|||||||
var updateCmd = &ffcli.Command{
|
var updateCmd = &ffcli.Command{
|
||||||
Name: "update",
|
Name: "update",
|
||||||
ShortUsage: "update",
|
ShortUsage: "update",
|
||||||
ShortHelp: "[BETA] Update Tailscale to the latest/different version",
|
ShortHelp: "Update Tailscale to the latest/different version",
|
||||||
Exec: runUpdate,
|
Exec: runUpdate,
|
||||||
FlagSet: (func() *flag.FlagSet {
|
FlagSet: (func() *flag.FlagSet {
|
||||||
fs := newFlagSet("update")
|
fs := newFlagSet("update")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user