tweak wording
This commit is contained in:
parent
60d8cb085a
commit
f7fa164792
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue