From 9e1d4315c5b0bab4aba086639b81a2c2b94e356b Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Fri, 17 May 2024 14:20:54 +0300 Subject: [PATCH] Fix: Typo Signed-off-by: JeffMboya --- cli/users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/users.go b/cli/users.go index 3857f5f28a3..e82c9913173 100644 --- a/cli/users.go +++ b/cli/users.go @@ -15,7 +15,7 @@ var cmdUsers = []cobra.Command{ { Use: "create ", Short: "Create user", - Long: "Create user with provided name, username and password. Token in optional\n" + + Long: "Create user with provided name, username and password. Token is optional\n" + "For example:\n" + "\tmagistrala-cli users create user user@example.com 12345678 $USER_AUTH_TOKEN\n", Run: func(cmd *cobra.Command, args []string) {