diff --git a/cli/groups.go b/cli/groups.go index a8c6adb6..45c54e75 100644 --- a/cli/groups.go +++ b/cli/groups.go @@ -171,7 +171,7 @@ var cmdGroups = []cobra.Command{ "Usage:\n" + "\tmainflux-cli groups unassign $USERTOKEN\n", Run: func(cmd *cobra.Command, args []string) { - if len(args) != 4 { + if len(args) != 3 { logUsage(cmd.Use) return }