Skip to content

Commit

Permalink
Merge pull request cli#8870 from ihommani/auth-switch-doc-typo
Browse files Browse the repository at this point in the history
Fix typo in auth switch help example
  • Loading branch information
williammartin authored Mar 24, 2024
2 parents b54f7a3 + 1cac228 commit 1a102ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/auth/switch/switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1a102ed

Please sign in to comment.