[MM-61132] Fix example for mmctl permissions role show command (#28816)

Этот коммит содержится в:
Ben Schumacher
2024-10-24 14:03:21 +02:00
коммит произвёл GitHub
родитель ebb0178c13
Коммит 707144d358
5 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@@ -28,7 +28,7 @@ var ShowCmd = &cobra.Command{
Use: "show <role_name>",
Short: "Show the role information",
Long: "Show all the information about a role.",
Example: ` permissions show system_user`,
Example: ` permissions role show system_user`,
Args: cobra.ExactArgs(1),
RunE: withClient(showRoleCmdF),
}