Skip to content

Commit

Permalink
Make reference to show command in the protections list command. (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie authored Nov 28, 2024
1 parent 0b531ef commit 08abad8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/ProtectionsCommands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
Expand Down

0 comments on commit 08abad8

Please sign in to comment.