docs: OAuth doc link moves to newline
Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
parent
736447cca4
commit
d68a4daa8c
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ func NewCmdLogout(f *cmdutil.Factory, runF func(*LogoutOptions) error) *cobra.Co
|
|||
Note: this procedure will revoke all authentication tokens ever
|
||||
generated by the GitHub CLI across all your devices.
|
||||
|
||||
For more information about revoking OAuth application tokens, see <https://docs.github.com/en/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps>
|
||||
For more information about revoking OAuth application tokens, see:
|
||||
<https://docs.github.com/en/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps>
|
||||
`),
|
||||
Example: heredoc.Doc(`
|
||||
# Select what host and account to log out of via a prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue