Update docs language to remove possible confusion around 'where you log in'
This commit is contained in:
parent
029dc8ffc1
commit
f4af65d9df
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm
|
|||
Long: heredoc.Docf(`
|
||||
Authenticate with a GitHub host.
|
||||
|
||||
The %[1]shostname%[1]s is where you log in to GitHub. The default hostname is %[1]sgithub.com%[1]s.
|
||||
The default hostname is %[1]sgithub.com%[1]s. This can be overridden using the %[1]s--hostname%[1]s
|
||||
flag.
|
||||
|
||||
The default authentication mode is a web-based browser flow. After completion, an
|
||||
authentication token will be stored securely in the system credential store.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue