[MM-61132] Fix example for mmctl permissions role show command (#28816)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ebb0178c13
Коммит
707144d358
@@ -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),
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user