Fix typo in auth switch help example
This commit is contained in:
parent
b54f7a3bde
commit
1cac2280aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue