From 84ca98d9a9367e159c952cc3c0a4c9b4dde4796d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 13 Apr 2018 16:58:21 +0200 Subject: Fixed the example text on CLI channel command (#8613) --- cmd/commands/channel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/commands/channel.go b/cmd/commands/channel.go index 597a22450..d7b48f04c 100644 --- a/cmd/commands/channel.go +++ b/cmd/commands/channel.go @@ -31,7 +31,7 @@ var RemoveChannelUsersCmd = &cobra.Command{ Use: "remove [channel] [users]", Short: "Remove users from channel", Long: "Remove some users from channel", - Example: " channel remove mychannel user@example.com username", + Example: " channel remove myteam:mychannel user@example.com username", RunE: removeChannelUsersCmdF, } @@ -39,7 +39,7 @@ var AddChannelUsersCmd = &cobra.Command{ Use: "add [channel] [users]", Short: "Add users to channel", Long: "Add some users to channel", - Example: " channel add mychannel user@example.com username", + Example: " channel add myteam:mychannel user@example.com username", RunE: addChannelUsersCmdF, } -- cgit v1.2.3-1-g7c22