X Tutup
Skip to content

Commit b08255a

Browse files
committed
bonus: GitHub Enterprise Server wording
1 parent cba401d commit b08255a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/auth/login/login.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm
5454
# => read token from mytoken.txt and authenticate against github.com
5555
5656
$ gh auth login --hostname enterprise.internal --with-token < mytoken.txt
57-
# => read token from mytoken.txt and authenticate against a GitHub Enterprise instance
57+
# => read token from mytoken.txt and authenticate against a GitHub Enterprise Server instance
5858
`),
5959
RunE: func(cmd *cobra.Command, args []string) error {
6060
isTTY := opts.IO.IsStdinTTY()
@@ -142,7 +142,7 @@ func loginRun(opts *LoginOptions) error {
142142
Message: "What account do you want to log into?",
143143
Options: []string{
144144
"GitHub.com",
145-
"GitHub Enterprise",
145+
"GitHub Enterprise Server",
146146
},
147147
}, &hostType)
148148

0 commit comments

Comments
 (0)
X Tutup