Skip to content

Commit efbed96

Browse files
committed
_includes/cli.md: do not escape flag descriptions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 785ec8c commit efbed96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For example uses of this command, refer to the [examples section](#examples) bel
138138
<td markdown="span">`--{{ option.option }}`{% if option.shorthand %} , `-{{ option.shorthand }}`{% endif %}</td>
139139
{%- endif %}
140140
<td markdown="span">{{ option-default }}</td>
141-
<td markdown="span">{% if all-badges != '' %}{{ all-badges | strip }}<br />{% endif %}{{ option.description | strip | escape }}</td>
141+
<td markdown="span">{% if all-badges != '' %}{{ all-badges | strip }}<br />{% endif %}{{ option.description | strip }}</td>
142142
</tr>
143143
{% endfor %} <!-- end for option -->
144144
</tbody>

0 commit comments

Comments
 (0)