tweak wording

This commit is contained in:
vilmibm 2022-10-04 12:46:41 -07:00
parent 60d8cb085a
commit f7fa164792

View file

@ -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 {