cmd: fix token create help message

This commit is contained in:
Carlo Mandelli 2020-01-16 11:30:37 +01:00
parent fd9a69bbb2
commit 806c516ac7
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)