summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/platform/team.go2
1 files changed, 1 insertions, 1 deletions
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,
}