File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments