1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

NOISSUE - Fix Update Channel CLI Typo (#1649)

Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>

Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
This commit is contained in:
b1ackd0t 2022-08-24 16:14:47 +03:00 committed by GitHub
parent 4a71a08863
commit 2e0299119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ var cmdChannels = []cobra.Command{
},
},
{
Use: "updatev <JSON_string> <user_auth_token>",
Use: "update <JSON_string> <user_auth_token>",
Short: "Update channel",
Long: `Updates channel record`,
Run: func(cmd *cobra.Command, args []string) {