NOISSUE - Update Read Message CLI (#1696)

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>
Co-authored-by: rodneyosodo <socials@rodneyosodo.com>
This commit is contained in:
b1ackd0t 2023-01-10 14:00:12 +03:00 committed by GitHub
parent 2cfcbfb1e2
commit b502af65fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var cmdMessages = []cobra.Command{
},
},
{
Use: "read <channel_id.subtopic> <thing_key>",
Use: "read <channel_id.subtopic> <user_token>",
Short: "Read messages",
Long: `Reads all channel messages`,
Run: func(cmd *cobra.Command, args []string) {