From 1cac2280aab1288e84e04fd0336560f89bf140c0 Mon Sep 17 00:00:00 2001 From: ihommani Date: Sat, 23 Mar 2024 20:56:09 +0000 Subject: [PATCH] Fix typo in auth switch help example --- pkg/cmd/auth/switch/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/auth/switch/switch.go b/pkg/cmd/auth/switch/switch.go index cc2cd5b26..d2aa73a9d 100644 --- a/pkg/cmd/auth/switch/switch.go +++ b/pkg/cmd/auth/switch/switch.go @@ -49,7 +49,7 @@ func NewCmdSwitch(f *cmdutil.Factory, runF func(*SwitchOptions) error) *cobra.Co $ gh auth switch # Switch to a specific host and specific account - $ gh auth logout --hostname enterprise.internal --user monalisa + $ gh auth switch --hostname enterprise.internal --user monalisa `), RunE: func(c *cobra.Command, args []string) error { if runF != nil {