mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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.
This commit is contained in:
@@ -21,7 +21,7 @@ var teamCreateCmd = &cobra.Command{
|
|||||||
Short: "Create a team",
|
Short: "Create a team",
|
||||||
Long: `Create a team.`,
|
Long: `Create a team.`,
|
||||||
Example: ` team create --name mynewteam --display_name "My New 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,
|
RunE: createTeamCmdF,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user