Merge pull request #196 from camandel/cmd_fix_token_help

cmd: fix token create help message
This commit is contained in:
Simone Gotti 2020-01-17 09:20:12 +01:00 committed by GitHub
commit 114b5cb8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
var cmdUserTokenCreate = &cobra.Command{
Use: "create",
Short: "create a user linkedaccount",
Short: "create a user token",
Run: func(cmd *cobra.Command, args []string) {
if err := userTokenCreate(cmd, args); err != nil {
log.Fatalf("err: %v", err)