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

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

@@ -45,7 +45,7 @@ var CommandDeleteCmd = &cobra.Command{
Short: "Delete a slash command",
Long: `Delete a slash command. Commands can be specified by command ID.`,
Example: ` command delete commandID`,
Deprecated: "please use \"archive\" instead",
Deprecated: "please use \"mmctl channel archive\" instead",
Args: cobra.ExactArgs(1),
RunE: withClient(archiveCommandCmdF),
}