mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-24 16:25:18 +00:00
Make reference to show command in the protections list command. (#628)
https://github.com/the-draupnir-project/planning/issues/35
This commit is contained in:
@@ -471,6 +471,12 @@ function renderProtectionsSummary(
|
||||
): DocumentNode {
|
||||
return (
|
||||
<fragment>
|
||||
To show details about a specific protection, use{" "}
|
||||
<code>
|
||||
!draupnir protections show {"<"}protection name{">"}
|
||||
</code>{" "}
|
||||
command.
|
||||
<br />
|
||||
Available protections:
|
||||
<ul>
|
||||
{protectionsSummary.map((summary) => (
|
||||
|
||||
Reference in New Issue
Block a user