From f7fa1647921a20a125e257e7777eaac62abf34aa Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 4 Oct 2022 12:46:41 -0700 Subject: [PATCH] tweak wording --- pkg/cmd/auth/token/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/auth/token/token.go b/pkg/cmd/auth/token/token.go index 81e28300d..9dcc65e8d 100644 --- a/pkg/cmd/auth/token/token.go +++ b/pkg/cmd/auth/token/token.go @@ -25,7 +25,7 @@ func NewCmdToken(f *cmdutil.Factory, runF func(*TokenOptions) error) *cobra.Comm cmd := &cobra.Command{ Use: "token", - Short: "Print the oauth token", + Short: "Print the auth token gh is configured to use", Args: cobra.ExactArgs(0), RunE: func(cmd *cobra.Command, args []string) error { if runF != nil {