[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 удалений

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

@@ -42,7 +42,7 @@ var RemovePermissionsCmd = &cobra.Command{
var ShowRoleCmd = &cobra.Command{
Use: "show <role_name>",
Deprecated: "please use \"role show\" instead",
Deprecated: "please use \"mmctl permissions role show\" instead",
Short: "Show the role information",
Long: "Show all the information about a role.",
Example: ` permissions show system_user`,