From d68a4daa8c41d94f69914027051f7e747aedbbc7 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:12:19 -0700 Subject: [PATCH] docs: OAuth doc link moves to newline Co-authored-by: Andy Feller --- pkg/cmd/auth/logout/logout.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/cmd/auth/logout/logout.go b/pkg/cmd/auth/logout/logout.go index b54ddc81f..dd908a62d 100644 --- a/pkg/cmd/auth/logout/logout.go +++ b/pkg/cmd/auth/logout/logout.go @@ -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 + For more information about revoking OAuth application tokens, see: + `), Example: heredoc.Doc(` # Select what host and account to log out of via a prompt