Skip to content

Commit

Permalink
doveadm: These are more correctly labeled arguments, not flags
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and cmouse committed Oct 2, 2024
1 parent ac06df3 commit b9ee208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DoveadmComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const d = Object.fromEntries(Object.entries(data.doveadm).filter(([k, v]) =>

<table v-if="v.args">
<thead>
<th>Flag(s)</th>
<th>Argument(s)</th>
<th>Type</th>
<th>Description</th>
</thead>
Expand Down

0 comments on commit b9ee208

Please sign in to comment.