From 897d83fdf9cd256aad58e2f54ab12cab4210fe12 Mon Sep 17 00:00:00 2001 From: Ema Panz Date: Wed, 18 Oct 2017 22:22:51 +0200 Subject: Fix teams create example (#7655) Fix the "team create" command wrongly shows a `teams create` example, where an extra "s" is appended to the command name. --- cmd/platform/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/platform/team.go') diff --git a/cmd/platform/team.go b/cmd/platform/team.go index c19f40152..f35a97c82 100644 --- a/cmd/platform/team.go +++ b/cmd/platform/team.go @@ -21,7 +21,7 @@ var teamCreateCmd = &cobra.Command{ Short: "Create a team", Long: `Create a team.`, Example: ` team create --name mynewteam --display_name "My New Team" - teams create --name private --display_name "My New Private Team" --private`, + team create --name private --display_name "My New Private Team" --private`, RunE: createTeamCmdF, } -- cgit v1.2.3-1-g7c22